MCPcopy Create free account
hub / github.com/cursor/plugins / isFailureMode

Function isFailureMode

orchestrate/skills/orchestrate/scripts/core/handoff.ts:144–146  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

142}
143
144function isFailureMode(value: string): value is FailureMode {
145 return (FAILURE_MODE_VALUES as readonly string[]).includes(value);
146}
147
148function isVerification(value: string): value is Verification {
149 return (VERIFICATION_VALUES as readonly string[]).includes(value);

Callers 1

parseHandoffFailureModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected