MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / pages

Method pages

crates/table/src/table.rs:2401–2403  ·  view source on GitHub ↗

Returns the pages storing the physical rows of this table.

(&self)

Source from the content-addressed store, hash-verified

2399
2400 /// Returns the pages storing the physical rows of this table.
2401 fn pages(&self) -> &Pages {
2402 &self.inner.pages
2403 }
2404
2405 /// Iterates over each [`Page`] in this table, ensuring that its hash is computed before yielding it.
2406 ///

Callers 4

reconstruct_num_rowsMethod · 0.80
bytes_used_by_rowsMethod · 0.80
nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected