(&self)
| 97 | #[async_trait(?Send)] |
| 98 | impl 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()) |
no outgoing calls
no test coverage detected