MCPcopy Create free account
hub / github.com/AI45Lab/Code / test_tool_executor_registry

Function test_tool_executor_registry

core/src/tools/mod.rs:943–948  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

941
942 #[test]
943 fn test_tool_executor_registry() {
944 let executor = ToolExecutor::new("/tmp".to_string());
945 let registry = executor.registry();
946 // Baseline tools on a raw ToolExecutor: 13
947 assert_eq!(registry.len(), 13);
948 }
949
950 #[tokio::test]
951 async fn test_tool_executor_get_artifact() {

Callers

nothing calls this directly

Calls 1

registryMethod · 0.80

Tested by

no test coverage detected