MCPcopy Create free account
hub / github.com/winfunc/opcode / shutdown

Method shutdown

src/lib/analytics/index.ts:252–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 shutdown(): void {
253 if (this.flushInterval) {
254 clearInterval(this.flushInterval);
255 this.flushInterval = null;
256 }
257
258 // Flush any remaining events
259 this.flushEvents();
260 }
261
262 // Convenience methods
263 isEnabled(): boolean {

Callers 1

handleUnloadFunction · 0.80

Calls 1

flushEventsMethod · 0.95

Tested by

no test coverage detected