Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ empty_object
Function
empty_object
nodedb-sql/src/parser/object_literal.rs:411–414 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
409
410
#[test]
411
fn empty_object() {
412
let m = parse(
"{ }"
);
413
assert!(m.is_empty());
414
}
415
416
#[test]
417
fn trailing_comma() {
Callers
nothing calls this directly
Calls
1
parse
Function · 0.70
Tested by
no test coverage detected