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

Method getReorderScopeQueueKey

src/bases/TaskListView.ts:1098–1107  ·  view source on GitHub ↗
(
		groupKey: string | null,
		groupByPropertyId: string | null
	)

Source from the content-addressed store, hash-verified

1096 }
1097
1098 private getReorderScopeQueueKey(
1099 groupKey: string | null,
1100 groupByPropertyId: string | null
1101 ): string {
1102 if (!groupByPropertyId) {
1103 return "manual-sort:list";
1104 }
1105
1106 return `manual-sort:${groupByPropertyId}:${this.getSortScopeKey(groupKey)}`;
1107 }
1108
1109 private syncGroupedDragMetadata(items: TaskListRenderItem[]): void {
1110 this.taskGroupKeys.clear();

Callers 1

handleSortOrderDropMethod · 0.95

Calls 1

getSortScopeKeyMethod · 0.95

Tested by

no test coverage detected