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

Method getCandidateSortScopePaths

src/bases/TaskListView.ts:612–614  ·  view source on GitHub ↗
(groupKey: string | null)

Source from the content-addressed store, hash-verified

610 }
611
612 private getCandidateSortScopePaths(groupKey: string | null): string[] | undefined {
613 return this.sortScopeCandidateTaskPaths.get(this.getSortScopeKey(groupKey));
614 }
615
616 private setSortScopePaths(entries: Iterable<[string | null, string[]]>): void {
617 this.sortScopeTaskPaths.clear();

Callers 1

handleSortOrderDropMethod · 0.95

Calls 2

getSortScopeKeyMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected