MCPcopy Create free account
hub / github.com/continuedev/continue / getState

Function getState

extensions/cli/src/services/BaseService.ts:58–60  ·  view source on GitHub ↗

* Get current service state (shallow copy for immutability)

()

Source from the content-addressed store, hash-verified

56 * Get current service state (shallow copy for immutability)
57 */
58 getState(): TState {
59 return { ...this.currentState };
60 }
61
62 /**
63 * Update service state and emit change event

Calls

no outgoing calls

Tested by

no test coverage detected