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

Method pointer

crates/table/src/table.rs:1905–1907  ·  view source on GitHub ↗

Returns the raw row pointer for this row reference.

(&self)

Source from the content-addressed store, hash-verified

1903
1904 /// Returns the raw row pointer for this row reference.
1905 pub fn pointer(&self) -> RowPointer {
1906 self.pointer
1907 }
1908
1909 /// Returns the blob store that any [`crate::blob_store::BlobHash`]es within the row refer to.
1910 pub(crate) fn blob_store(&self) -> &dyn BlobStore {

Calls

no outgoing calls