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

Method setSetEntry

src/bases/TaskListView.ts:2315–2322  ·  view source on GitHub ↗
(set: Set<string>, key: string, collapsed: boolean)

Source from the content-addressed store, hash-verified

2313 }
2314
2315 private setSetEntry(set: Set<string>, key: string, collapsed: boolean): void {
2316 if (collapsed) {
2317 set.add(key);
2318 return;
2319 }
2320
2321 set.delete(key);
2322 }
2323
2324 private getCurrentSubGroupKeys(): string[] {
2325 const keys: string[] = [];

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected