MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / name

Method name

src/executor/memory/executor.rs:99–101  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97#[async_trait(?Send)]
98impl Executor for MemoryExecutor {
99 fn name(&self) -> ExecutorName {
100 ExecutorName::Memory
101 }
102
103 fn tool_status(&self) -> Option<ToolStatus> {
104 Some(get_memtrack_status())

Callers 3

parse_git_remoteFunction · 0.45
executeMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected