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

Function test_get_all_tools_empty_manager

core/src/mcp/manager.rs:741–745  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

739
740 #[tokio::test]
741 async fn test_get_all_tools_empty_manager() {
742 let manager = McpManager::new();
743 let tools = manager.get_all_tools().await;
744 assert!(tools.is_empty());
745 }
746
747 #[tokio::test]
748 async fn test_resolve_auth_header_none_when_no_oauth() {

Callers

nothing calls this directly

Calls 1

get_all_toolsMethod · 0.80

Tested by

no test coverage detected