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

Method getAllGlobalState

src/core/config/ContextProxy.ts:372–374  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

370 }
371
372 private getAllGlobalState(): GlobalState {
373 return Object.fromEntries(GLOBAL_STATE_KEYS.map((key) => [key, this.getGlobalState(key)]))
374 }
375
376 /**
377 * ExtensionContext.secrets

Callers 1

getValuesMethod · 0.95

Calls 1

getGlobalStateMethod · 0.95

Tested by

no test coverage detected