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

Method setSortScopePaths

src/bases/TaskListView.ts:616–621  ·  view source on GitHub ↗
(entries: Iterable<[string | null, string[]]>)

Source from the content-addressed store, hash-verified

614 }
615
616 private setSortScopePaths(entries: Iterable<[string | null, string[]]>): void {
617 this.sortScopeTaskPaths.clear();
618 for (const [groupKey, paths] of entries) {
619 this.sortScopeTaskPaths.set(this.getSortScopeKey(groupKey), [...paths]);
620 }
621 }
622
623 private setSortScopeCandidatePaths(entries: Iterable<[string | null, string[]]>): void {
624 this.sortScopeCandidateTaskPaths.clear();

Callers 4

renderFlatVirtualMethod · 0.95
renderFlatNormalMethod · 0.95

Calls 3

getSortScopeKeyMethod · 0.95
setMethod · 0.65
clearMethod · 0.45

Tested by

no test coverage detected