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

Function isArchiveTabPath

packages/shared-domain/src/archive.ts:9–11  ·  view source on GitHub ↗
(path: string | null | undefined)

Source from the content-addressed store, hash-verified

7
8/** True when `path` points at the built-in Archive tab. */
9export function isArchiveTabPath(path: string | null | undefined): boolean {
10 return path === ARCHIVE_TAB_PATH
11}

Callers 7

store.tsFile · 0.90
EditorPaneFunction · 0.90
pushFunction · 0.90
TitleBarFunction · 0.90
isVirtualPathFunction · 0.90
findTargetFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected