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

Function small_tile_roundtrip

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

Source from the content-addressed store, hash-verified

245
246 #[test]
247 fn small_tile_roundtrip() {
248 let s = schema();
249 let tile = make_tile(&s, 4);
250 let out = roundtrip(&tile);
251 assert_eq!(out.valid_from_ms, tile.valid_from_ms);
252 assert_eq!(out.attr_cols, tile.attr_cols);
253 }
254
255 #[test]
256 fn structural_tile_roundtrip() {

Callers

nothing calls this directly

Calls 3

schemaFunction · 0.70
make_tileFunction · 0.70
roundtripFunction · 0.70

Tested by

no test coverage detected