MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _all_daily_note_paths

Function _all_daily_note_paths

deployments/desktop/shared/agents.py:3331–3338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3329 ).fetchone()["count"]
3330 or 0
3331 )
3332 citation_count = int(
3333 conn.execute(
3334 f"""
3335 SELECT COUNT(*) AS count
3336 FROM wiki_citations
3337 WHERE user_id = ?
3338 AND node_id IN ({placeholders})
3339 """,
3340 [user_id, *visible_ids],
3341 ).fetchone()["count"]

Callers 2

refresh_wikiFunction · 0.85

Calls 1

_daily_note_rootsFunction · 0.85

Tested by

no test coverage detected