aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feed/state.go')
-rw-r--r--internal/feed/state.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/feed/state.go b/internal/feed/state.go
index 8efef5e..2a0a1e1 100644
--- a/internal/feed/state.go
+++ b/internal/feed/state.go
@@ -82,3 +82,7 @@ func (state *State) RemoveUndue() {
}
}
}
+
+func (state *State) NumFeeds() int {
+ return len(state.feeds)
+}