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

Method tile_extents

nodedb-array/src/schema/builder.rs:50–53  ·  view source on GitHub ↗
(mut self, extents: Vec<u64>)

Source from the content-addressed store, hash-verified

48 }
49
50 pub fn tile_extents(mut self, extents: Vec<u64>) -> Self {
51 self.tile_extents = extents;
52 self
53 }
54
55 pub fn cell_order(mut self, order: CellOrder) -> Self {
56 self.cell_order = order;

Callers 15

schemaFunction · 0.45
schemaFunction · 0.45
schemaFunction · 0.45
schemaFunction · 0.45
schemaFunction · 0.45
schemaFunction · 0.45
schemaFunction · 0.45
schemaFunction · 0.45
schemaFunction · 0.45
schemaFunction · 0.45
schema_2dFunction · 0.45
schemaFunction · 0.45

Calls

no outgoing calls