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

Method getAllSecretState

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

Source from the content-addressed store, hash-verified

421 }
422
423 private getAllSecretState(): SecretState {
424 return Object.fromEntries([
425 ...SECRET_STATE_KEYS.map((key) => [key, this.getSecret(key as SecretStateKey)]),
426 ...GLOBAL_SECRET_KEYS.map((key) => [key, this.getSecret(key as SecretStateKey)]),
427 ])
428 }
429
430 /**
431 * GlobalSettings

Callers 1

getValuesMethod · 0.95

Calls 1

getSecretMethod · 0.95

Tested by

no test coverage detected