MCPcopy
hub / github.com/openai/codex-plugin-cc / listJobs

Function listJobs

plugins/codex/scripts/lib/state.mjs:149–151  ·  view source on GitHub ↗
(cwd)

Source from the content-addressed store, hash-verified

147}
148
149export function listJobs(cwd) {
150 return loadState(cwd).jobs;
151}
152
153export function setConfig(cwd, key, value) {
154 return updateState(cwd, (state) => {

Callers 7

mainFunction · 0.90
buildStatusSnapshotFunction · 0.90
buildSingleJobSnapshotFunction · 0.90
resolveResultJobFunction · 0.90
resolveCancelableJobFunction · 0.90

Calls 1

loadStateFunction · 0.85

Tested by

no test coverage detected