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

Function empty_group_fields

nodedb-query/src/msgpack_scan/group_key.rs:148–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146
147 #[test]
148 fn empty_group_fields() {
149 let doc = encode(&json!({"x": 1}));
150 let key = build_group_key(&doc, &[]);
151 assert_eq!(key, "__all__");
152 }
153
154 #[test]
155 fn null_field_value() {

Callers

nothing calls this directly

Calls 2

build_group_keyFunction · 0.85
encodeFunction · 0.70

Tested by

no test coverage detected