MCPcopy Create free account
hub / github.com/echoVic/blade-code / getStatus

Method getStatus

src/agent/ComponentManager.ts:300–308  ·  view source on GitHub ↗

* 获取管理器状态

()

Source from the content-addressed store, hash-verified

298 * 获取管理器状态
299 */
300 public getStatus() {
301 return {
302 isInitialized: this.isInitialized,
303 isDestroyed: this.isDestroyed,
304 componentCount: this.components.size,
305 componentIds: this.getComponentIds(),
306 config: this.config,
307 };
308 }
309
310 /**
311 * 获取健康状态

Callers 1

Calls 1

getComponentIdsMethod · 0.95

Tested by

no test coverage detected