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

Function shouldHidePrimaryRootEntry

apps/desktop/src/main/vault.ts:1166–1168  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

1164}
1165
1166function shouldHidePrimaryRootEntry(name: string): boolean {
1167 return HIDDEN_PRIMARY_ROOT_NAMES.has(name)
1168}
1169
1170export async function folderRoot(root: string, folder: NoteFolder): Promise<string> {
1171 if (folder === 'inbox') return await primaryNotesRoot(root)

Callers 2

walkFolderFunction · 0.85
walkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected