Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callumalpass/tasknotes
/ clear
Method
clear
src/utils/PerformanceMonitor.ts:311–314 ·
view source on GitHub ↗
* Clear all recorded metrics
()
Source
from the content-addressed store, hash-verified
309
* Clear all recorded metrics
310
*/
311
clear(): void {
312
this.metrics.clear();
313
this.markers.clear();
314
}
315
316
/**
317
* Clean up all observers and resources
Callers
15
destroy
Method · 0.95
setEnabled
Method · 0.95
destroy
Method · 0.45
clearState
Method · 0.45
destroy
Method · 0.45
cancelAll
Method · 0.45
applyItemEntries
Method · 0.45
processPendingMeasurements
Method · 0.45
updateItems
Method · 0.45
destroy
Method · 0.45
clearIndexes
Method · 0.45
reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected