MCPcopy Index your code
hub / github.com/openai/codex-plugin-cc / getJobKindLabel

Function getJobKindLabel

plugins/codex/scripts/codex-companion.mjs:560–565  ·  view source on GitHub ↗
(kind, jobClass)

Source from the content-addressed store, hash-verified

558}
559
560function getJobKindLabel(kind, jobClass) {
561 if (kind === "adversarial-review") {
562 return "adversarial-review";
563 }
564 return jobClass === "review" ? "review" : "rescue";
565}
566
567function createCompanionJob({ prefix, kind, title, workspaceRoot, jobClass, summary, write = false }) {
568 return createJobRecord({

Callers 1

createCompanionJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected