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

Method zero

crates/common/src/env.rs:315–317  ·  view source on GitHub ↗

Constructs universe level 0.

()

Source from the content-addressed store, hash-verified

313impl Level {
314 /// Returns a reference to the inner [`LevelData`].
315 pub fn as_data(&self) -> &LevelData {
316 &self.0
317 }
318
319 /// Returns the precomputed Blake3 hash of this level.
320 pub fn get_hash(&self) -> &Hash {

Callers

nothing calls this directly

Calls 1

LevelClass · 0.70

Tested by

no test coverage detected