LineGetter.historyFilter

Override this if you don't want all lines added to the history. You can return null to not add it at all, or you can transform it.

class LineGetter
string
historyFilter
(
string candidate
)

Meta