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

Function parse_array_empty

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

Source from the content-addressed store, hash-verified

478
479 #[test]
480 fn parse_array_empty() {
481 let result = parse_object_literal_array("[]").unwrap().unwrap();
482 assert!(result.is_empty());
483 }
484
485 #[test]
486 fn parse_array_not_array_returns_none() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected