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

Function isVerification

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

Source from the content-addressed store, hash-verified

146}
147
148function isVerification(value: string): value is Verification {
149 return (VERIFICATION_VALUES as readonly string[]).includes(value);
150}
151
152function mapLegacyVerdict(raw: string): Verification | null {
153 const normalized = normalizeEnumValue(raw);

Callers 1

parseHandoffVerificationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected