Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1jehuang/jcode
/ ToolRunResult
Class
ToolRunResult
scripts/bench_memory_cli.py:59–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
@dataclass
59
class
ToolRunResult:
60
tool: str
61
sessions: int
62
pss_mb: float
63
process_count: int
64
version: str
65
notes: list[str]
66
67
68
def
shutil_which(name: str) -> str | None:
Callers
1
run_tool
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected