MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / includesFolder

Function includesFolder

apps/desktop/src/main/tasks.ts:8–10  ·  view source on GitHub ↗
(folder: NoteFolder)

Source from the content-addressed store, hash-verified

6
7// Trash is excluded — trashed notes should never surface as live tasks.
8function includesFolder(folder: NoteFolder): boolean {
9 return folder !== 'trash'
10}
11
12async function readOne(
13 root: string,

Callers 1

scanAllTasksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected