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

Function row_kinds_empty_roundtrip

nodedb-array/src/codec/column_codec.rs:254–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252
253 #[test]
254 fn row_kinds_empty_roundtrip() {
255 let data = encode_row_kinds(&[]);
256 let out = decode_row_kinds(&data).unwrap();
257 assert!(out.is_empty());
258 }
259
260 #[test]
261 fn timestamps_roundtrip() {

Callers

nothing calls this directly

Calls 2

encode_row_kindsFunction · 0.85
decode_row_kindsFunction · 0.85

Tested by

no test coverage detected