(name, args=None)
| 89 | return |
| 90 | |
| 91 | async def _tool(name, args=None): |
| 92 | return await _run_tool(exec_id, name, args) |
| 93 | |
| 94 | state_globals["codex"] = SimpleNamespace(tmpDir=TMP_DIR, tool=_tool) |
| 95 | state_globals["tmpDir"] = TMP_DIR |
nothing calls this directly
no test coverage detected