MCPcopy Create free account
hub / github.com/chc4/lineiform / index

Method index

tangle/src/node.rs:24–26  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

22 }
23 #[inline(always)]
24 fn index(&self) -> usize {
25 self.0 as usize
26 }
27 #[inline(always)]
28 fn max() -> Self {
29 NodeIdxToken(::std::u32::MAX)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected