Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
let
workerInstance: PersistentWorker | null = null;
Callers
2
register
Function · 0.95
callLLMSync
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected