MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / getTopLevelRenderTasks

Method getTopLevelRenderTasks

src/bases/TaskListView.ts:2228–2230  ·  view source on GitHub ↗
(tasks: readonly TaskInfo[])

Source from the content-addressed store, hash-verified

2226 }
2227
2228 private getTopLevelRenderTasks(tasks: readonly TaskInfo[]): TaskInfo[] {
2229 return this.hideTopLevelSubtasks ? this.filterTopLevelSubtasks(tasks) : [...tasks];
2230 }
2231
2232 private setExpandedRelationshipTaskScope(tasks: readonly TaskInfo[]): void {
2233 this.expandedRelationshipTaskPaths.clear();

Callers 4

renderFlatMethod · 0.95
renderGroupedMethod · 0.95
refreshGroupedViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected