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

Function isTasksTabPath

packages/shared-domain/src/tasks.ts:12–14  ·  view source on GitHub ↗
(path: string | null | undefined)

Source from the content-addressed store, hash-verified

10
11/** True when `path` is the virtual Tasks tab. */
12export function isTasksTabPath(path: string | null | undefined): boolean {
13 return path === TASKS_TAB_PATH
14}
15
16// ---------------------------------------------------------------------------
17// Types

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected