MCPcopy Create free account
hub / github.com/calebwin/pgclaw / test_extract_empty_object

Function test_extract_empty_object

src/http.rs:244–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242
243 #[test]
244 fn test_extract_empty_object() {
245 let resp = "{}";
246 let updates = extract_column_updates(resp).unwrap();
247 assert!(updates.is_empty());
248 }
249
250 #[test]
251 fn test_extract_nested_json() {

Callers

nothing calls this directly

Calls 1

extract_column_updatesFunction · 0.85

Tested by

no test coverage detected