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

Function one_thousand_cells_roundtrip

nodedb-array/src/codec/tile_decode.rs:268–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266
267 #[test]
268 fn one_thousand_cells_roundtrip() {
269 let s = schema();
270 let tile = make_tile(&s, 1000);
271 let out = roundtrip(&tile);
272 assert_eq!(out.surrogates.len(), 1000);
273 assert_eq!(out.dim_dicts[0].indices, tile.dim_dicts[0].indices);
274 }
275
276 #[test]
277 fn tombstone_rows_roundtrip() {

Callers

nothing calls this directly

Calls 3

schemaFunction · 0.70
make_tileFunction · 0.70
roundtripFunction · 0.70

Tested by

no test coverage detected