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

Method idx

crates/table/src/pointer_map.rs:38–40  ·  view source on GitHub ↗

Returns the index as a `usize`.

(self)

Source from the content-addressed store, hash-verified

36
37 /// Returns the index as a `usize`.
38 fn idx(self) -> usize {
39 self.0 as usize
40 }
41}
42
43/// A pointer into the `pages` of a table

Callers 4

poc_pointersMethod · 0.45
pointers_for_mutMethod · 0.45
insertMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected