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

Function dotted_key

nodedb-sql/src/parser/object_literal.rs:464–467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

462
463 #[test]
464 fn dotted_key() {
465 let m = parse("{ metadata.source: 'web' }");
466 assert_eq!(m["metadata.source"], Value::String("web".to_string()));
467 }
468
469 #[test]
470 fn parse_array_of_objects() {

Callers

nothing calls this directly

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected