MCPcopy 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

destroyMethod · 0.95
setEnabledMethod · 0.95
destroyMethod · 0.45
clearStateMethod · 0.45
destroyMethod · 0.45
cancelAllMethod · 0.45
applyItemEntriesMethod · 0.45
updateItemsMethod · 0.45
destroyMethod · 0.45
clearIndexesMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected