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

Method getVisibleSortScopePaths

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

Source from the content-addressed store, hash-verified

606 }
607
608 private getVisibleSortScopePaths(groupKey: string | null): string[] | undefined {
609 return this.sortScopeTaskPaths.get(this.getSortScopeKey(groupKey));
610 }
611
612 private getCandidateSortScopePaths(groupKey: string | null): string[] | undefined {
613 return this.sortScopeCandidateTaskPaths.get(this.getSortScopeKey(groupKey));

Callers 2

handleSortOrderDropMethod · 0.95

Calls 2

getSortScopeKeyMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected