MCPcopy Create free account
hub / github.com/base/triedb / Location

Class Location

src/location.rs:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6/// to the root of another page.
7#[derive(Debug, Clone, Copy, PartialEq, Eq, Arbitrary)]
8pub struct Location(u32);
9
10impl Location {
11 const CELL_MAX: u32 = u8::MAX as u32;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected