MCPcopy Create free account
hub / github.com/Vulae/pkmc / inner

Method inner

pkmc-util/src/packed_array.rs:44–46  ·  view source on GitHub ↗

Inner u64 array.

(&self)

Source from the content-addressed store, hash-verified

42
43 /// Inner u64 array.
44 pub fn inner(&self) -> &T {
45 &self.packed
46 }
47}
48
49impl PackedArray<Vec<u64>> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected