MCPcopy Index your code
hub / github.com/AI45Lab/Code / tool_executor

Method tool_executor

core/src/agent_api.rs:1338–1340  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1336 /// (the only caller, hence the `serve` gate).
1337 #[cfg(feature = "serve")]
1338 pub(crate) fn tool_executor(&self) -> &Arc<crate::tools::ToolExecutor> {
1339 &self.tool_executor
1340 }
1341
1342 /// Remove an MCP server from this session.
1343 ///

Calls

no outgoing calls

Tested by

no test coverage detected