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

Function format_vector_array_works

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

Source from the content-addressed store, hash-verified

98
99 #[test]
100 fn format_vector_array_works() {
101 let arr = format_vector_array(&[0.1, 0.2, 0.3]);
102 assert_eq!(arr, "ARRAY[0.1,0.2,0.3]");
103 }
104
105 #[test]
106 fn format_vector_array_empty() {

Callers

nothing calls this directly

Calls 1

format_vector_arrayFunction · 0.85

Tested by

no test coverage detected