Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
385
def
new_request_id() -> str:
386
return
f
"req_{random.randint(0, 999999):06d}"
387
388
389
def
match_response(response_type: str, request_id: str, approve: bool):
Callers
2
_teammate_submit_plan
Function · 0.70
run_request_shutdown
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected