diff --git a/pkg/persistence/compound_ssf_queries.go b/pkg/persistence/compound_ssf_queries.go index 15e4b92..57bbf42 100644 --- a/pkg/persistence/compound_ssf_queries.go +++ b/pkg/persistence/compound_ssf_queries.go @@ -73,6 +73,10 @@ const ( CURSOR_END ) +func (c CursorPosition) IsEnd() bool { + return c == CURSOR_END +} + // Whether to require, exclude, or indifferent a type of content type Filter int