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

Method getSortScopeKey

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

Source from the content-addressed store, hash-verified

602 }
603
604 private getSortScopeKey(groupKey: string | null): string {
605 return groupKey ?? this.UNGROUPED_SORT_SCOPE_KEY;
606 }
607
608 private getVisibleSortScopePaths(groupKey: string | null): string[] | undefined {
609 return this.sortScopeTaskPaths.get(this.getSortScopeKey(groupKey));

Callers 5

setSortScopePathsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected