MCPcopy
hub / github.com/CapSoftware/Cap / stopDurationTimer

Method stopDurationTimer

packages/sdk-recorder/src/index.ts:269–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267 }
268
269 private stopDurationTimer() {
270 if (this.durationInterval) {
271 clearInterval(this.durationInterval);
272 this.durationInterval = null;
273 }
274 }
275
276 private cleanup() {
277 this.stopDurationTimer();

Callers 3

pauseMethod · 0.95
stopMethod · 0.95
cleanupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected