MCPcopy Create free account
hub / github.com/FIND-Lab/AgentWard / isRunning

Method isRunning

worker/model-worker-manager.ts:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200
201 isRunning(): boolean {
202 return this.running;
203 }
204}
205
206let workerInstance: PersistentWorker | null = null;

Callers 2

registerFunction · 0.95
callLLMSyncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected