Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callumalpass/tasknotes
/ destroy
Method
destroy
src/services/TaskSelectionService.ts:321–325 ·
view source on GitHub ↗
* Cleanup on unload.
()
Source
from the content-addressed store, hash-verified
319
* Cleanup on unload.
320
*/
321
destroy(): void {
322
this.selectedTaskPaths.clear();
323
this.selectionModeListeners = [];
324
this.selectionChangeListeners = [];
325
}
326
}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected