MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / MeshHash

Class MeshHash

native/shared/src/sdf_cache.rs:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41/// hash math without bumping `FILE_VERSION`.
42#[derive(Copy, Clone, Eq, PartialEq, Debug, Hash)]
43pub struct MeshHash(pub u64);
44
45impl MeshHash {
46 fn to_filename(self) -> String {

Callers 5

compute_mesh_hashFunction · 0.85
load_miss_returns_noneFunction · 0.85
store_rejects_wrong_sizeFunction · 0.85
load_rejects_wrong_magicFunction · 0.85

Calls

no outgoing calls

Tested by 4

load_miss_returns_noneFunction · 0.68
store_rejects_wrong_sizeFunction · 0.68
load_rejects_wrong_magicFunction · 0.68