Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ tool_status
Method
tool_status
src/executor/memory/executor.rs:103–105 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
101
}
102
103
fn tool_status(&self) -> Option<ToolStatus> {
104
Some(get_memtrack_status())
105
}
106
107
fn privilege_status(&self) -> Option<PrivilegeStatus> {
108
if is_root_user() {
Callers
1
status
Function · 0.45
Calls
1
get_memtrack_status
Function · 0.85
Tested by
no test coverage detected