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

Function looksLikeVerificationCommand

plugins/codex/scripts/lib/codex.mjs:101–105  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

99}
100
101function looksLikeVerificationCommand(command) {
102 return /\b(test|tests|lint|build|typecheck|type-check|check|verify|validate|pytest|jest|vitest|cargo test|npm test|pnpm test|yarn test|go test|mvn test|gradle test|tsc|eslint|ruff)\b/i.test(
103 command
104 );
105}
106
107function buildTaskThreadName(prompt) {
108 const excerpt = shorten(prompt, 56);

Callers 2

describeStartedItemFunction · 0.70
describeCompletedItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected