Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/codex-plugin-cc
/ getConfig
Function
getConfig
plugins/codex/scripts/lib/state.mjs:162–164 ·
view source on GitHub ↗
(cwd)
Source
from the content-addressed store, hash-verified
160
}
161
162
export
function
getConfig(cwd) {
163
return
loadState(cwd).config;
164
}
165
166
export
function
writeJobFile(cwd, jobId, payload) {
167
ensureStateDir(cwd);
Callers
3
buildSetupReport
Function · 0.90
main
Function · 0.90
buildStatusSnapshot
Function · 0.90
Calls
1
loadState
Function · 0.85
Tested by
no test coverage detected