MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / parse_empty_search_json

Function parse_empty_search_json

nodedb-client/src/remote/parse.rs:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116
117 #[test]
118 fn parse_empty_search_json() {
119 let results = parse_vector_search_json("[]").unwrap();
120 assert!(results.is_empty());
121 }
122}

Callers

nothing calls this directly

Calls 1

parse_vector_search_jsonFunction · 0.85

Tested by

no test coverage detected