Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
8
function
includesFolder(folder: NoteFolder): boolean {
9
return
folder !==
'trash'
10
}
11
12
async
function
readOne(
13
root: string,
Callers
1
scanAllTasks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected