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

Function isTrashTabPath

packages/shared-domain/src/trash.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 Trash tab. */
9export function isTrashTabPath(path: string | null | undefined): boolean {
10 return path === TRASH_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