Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shareAI-lab/learn-claude-code
/ new_request_id
Function
new_request_id
s19_mcp_plugin/code.py:360–361 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
358
359
360
def
new_request_id() -> str:
361
return
f
"req_{random.randint(0, 999999):06d}"
362
363
364
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