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

Method isContextReady

src/agent/ContextComponent.ts:383–385  ·  view source on GitHub ↗

* 检查上下文组件是否已准备就绪

()

Source from the content-addressed store, hash-verified

381 * 检查上下文组件是否已准备就绪
382 */
383 public isContextReady(): boolean {
384 return this.isReady && !!this.contextManager && !!this.currentSessionId;
385 }
386
387 /**
388 * 获取上下文管理器实例(用于高级操作)

Callers 2

chatWithContextMethod · 0.80
smartChatWithContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected