Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getValues
Method · 0.95
Calls
1
getGlobalState
Method · 0.95
Tested by
no test coverage detected