MCPcopy Create free account
hub / github.com/argumentcomputer/ix / KUniv

Class KUniv

crates/kernel/src/level.rs:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46/// via `Arc::ptr_eq`.
47#[derive(Clone, Debug)]
48pub struct KUniv<M: KernelMode>(Arc<UnivData<M>>);
49
50/// Universe level data. Each variant carries its Merkle hash (`Addr`).
51#[derive(Clone, Debug)]

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected