Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
pause
Method · 0.95
stop
Method · 0.95
cleanup
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected