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

Function test_registry_execute_raw_unknown

core/src/tools/registry.rs:636–644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

634
635 #[tokio::test]
636 async fn test_registry_execute_raw_unknown() {
637 let registry = ToolRegistry::new(PathBuf::from("/tmp"));
638
639 let output = registry
640 .execute_raw("missing", &serde_json::json!({}))
641 .await
642 .unwrap();
643 assert!(output.is_none());
644 }
645
646 #[test]
647 fn test_registry_list() {

Callers

nothing calls this directly

Calls 1

execute_rawMethod · 0.80

Tested by

no test coverage detected