MCPcopy
hub / github.com/callumalpass/tasknotes / filterStatsVisibleTasks

Function filterStatsVisibleTasks

src/views/StatsView.ts:131–133  ·  view source on GitHub ↗
(tasks: TaskInfo[])

Source from the content-addressed store, hash-verified

129}
130
131export function filterStatsVisibleTasks(tasks: TaskInfo[]): TaskInfo[] {
132 return tasks.filter((task) => !task.archived);
133}
134
135export function getVisibleStatsProjectNames(
136 projects: string[] | undefined,

Calls

no outgoing calls

Tested by

no test coverage detected