Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_pointers
Method · 0.45
pointers_for_mut
Method · 0.45
insert
Method · 0.45
remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected