MCPcopy Create free account
hub / github.com/FeatureProbe/server-sdk-rust / test_load_invalid_json

Function test_load_invalid_json

src/evaluate.rs:650–654  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

648
649 #[test]
650 fn test_load_invalid_json() {
651 let json_str = "{invalid_json}";
652 let repo = load_json(json_str);
653 assert!(repo.is_err());
654 }
655
656 #[test]
657 fn test_salt_hash() {

Callers

nothing calls this directly

Calls 1

load_jsonFunction · 0.85

Tested by

no test coverage detected