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

Function empty_tile_roundtrip

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

Source from the content-addressed store, hash-verified

236
237 #[test]
238 fn empty_tile_roundtrip() {
239 let s = schema();
240 let tile = SparseTile::empty(&s);
241 let out = roundtrip(&tile);
242 assert_eq!(out.surrogates, tile.surrogates);
243 assert_eq!(out.row_kinds, tile.row_kinds);
244 }
245
246 #[test]
247 fn small_tile_roundtrip() {

Callers

nothing calls this directly

Calls 3

schemaFunction · 0.70
roundtripFunction · 0.70
emptyFunction · 0.50

Tested by

no test coverage detected