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

Function buildResultStatus

plugins/codex/scripts/lib/codex.mjs:754–756  ·  view source on GitHub ↗
(turnState)

Source from the content-addressed store, hash-verified

752}
753
754function buildResultStatus(turnState) {
755 return turnState.finalTurn?.status === "completed" ? 0 : 1;
756}
757
758const BUILTIN_PROVIDER_LABELS = new Map([
759 ["openai", "OpenAI"],

Callers 2

runAppServerReviewFunction · 0.85
runAppServerTurnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected