MCPcopy
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
162export function getConfig(cwd) {
163 return loadState(cwd).config;
164}
165
166export function writeJobFile(cwd, jobId, payload) {
167 ensureStateDir(cwd);

Callers 3

buildSetupReportFunction · 0.90
mainFunction · 0.90
buildStatusSnapshotFunction · 0.90

Calls 1

loadStateFunction · 0.85

Tested by

no test coverage detected