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

Function test_context_result_to_xml_empty

core/src/context/mod.rs:671–675  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

669
670 #[test]
671 fn test_context_result_to_xml_empty() {
672 let result = ContextResult::new("provider");
673 let xml = result.to_xml();
674 assert!(xml.is_empty());
675 }
676
677 #[test]
678 fn test_context_result_serialization() {

Callers

nothing calls this directly

Calls 1

to_xmlMethod · 0.45

Tested by

no test coverage detected