MCPcopy Index your code
hub / github.com/shareAI-lab/learn-claude-code / new_request_id

Function new_request_id

s16_team_protocols/code.py:385–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

383
384
385def new_request_id() -> str:
386 return f"req_{random.randint(0, 999999):06d}"
387
388
389def match_response(response_type: str, request_id: str, approve: bool):

Callers 2

_teammate_submit_planFunction · 0.70
run_request_shutdownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected