MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / isInitialized

Method isInitialized

apps/cli/src/agent/state-store.ts:161–163  ·  view source on GitHub ↗

* Check if the store has been initialized with extension state.

()

Source from the content-addressed store, hash-verified

159 * Check if the store has been initialized with extension state.
160 */
161 isInitialized(): boolean {
162 return this.state.isInitialized
163 }
164
165 /**
166 * Quick check: Is the agent currently waiting for input?

Callers 2

createListHostFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected