Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cpaczek/skylight
/ start
Method
start
tracker/src/loop.ts:167–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
// --- lifecycle ---
166
167
start(): void {
168
if
(this.timer)
return
;
169
this.rescheduleTick();
170
}
171
172
stop(): void {
173
if
(this.timer) clearInterval(this.timer);
Callers
1
main
Function · 0.95
Calls
1
rescheduleTick
Method · 0.95
Tested by
no test coverage detected