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

Function format_vector_array_empty

nodedb-client/src/remote_parse.rs:106–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104
105 #[test]
106 fn format_vector_array_empty() {
107 let arr = format_vector_array(&[]);
108 assert_eq!(arr, "ARRAY[]");
109 }
110
111 #[test]
112 fn json_to_value_primitives() {

Callers

nothing calls this directly

Calls 1

format_vector_arrayFunction · 0.85

Tested by

no test coverage detected