MCPcopy
hub / github.com/openai/plugins / require_uuid

Function require_uuid

plugins/codex-security/scripts/workbench_validation.py:11–15  ·  view source on GitHub ↗
(value: str, label: str)

Source from the content-addressed store, hash-verified

9
10
11def require_uuid(value: str, label: str) -> str:
12 try:
13 return str(uuid.UUID(value))
14 except ValueError as exc:
15 raise SystemExit(f"{label} must be a UUID.") from exc
16
17
18def require_handoff_claim_token(value: str) -> str:

Callers 15

scan_completion_lockFunction · 0.90
require_workspaceFunction · 0.90
require_scanFunction · 0.90
create_workspaceFunction · 0.90
begin_diff_resolutionFunction · 0.90
cancel_diff_resolutionFunction · 0.90
set_diff_targetFunction · 0.90
start_scanFunction · 0.90
update_progressFunction · 0.90
complete_scanFunction · 0.90
fail_scanFunction · 0.90
cancel_scanFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected