MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / start

Method start

src/workspaces/schedule/scanner.ts:91–95  ·  view source on GitHub ↗

Begin ticking. First scan happens after one interval (never on construct).

()

Source from the content-addressed store, hash-verified

89
90 /** Begin ticking. First scan happens after one interval (never on construct). */
91 start(): void {
92 if (this.timer || this.stopped) return
93 this.arm()
94 this.deps.logger.info('schedule.scanner_started', { intervalMs: this.intervalMs })
95 }
96
97 stop(): void {
98 this.stopped = true

Callers 1

createWorkspaceServiceFunction · 0.95

Calls 2

armMethod · 0.95
infoMethod · 0.80

Tested by

no test coverage detected