Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
43
pub struct MeshHash(pub u64);
44
45
impl MeshHash {
46
fn to_filename(self) -> String {
Callers
5
compute_mesh_hash
Function · 0.85
store_then_load_roundtrips
Function · 0.85
load_miss_returns_none
Function · 0.85
store_rejects_wrong_size
Function · 0.85
load_rejects_wrong_magic
Function · 0.85
Calls
no outgoing calls
Tested by
4
store_then_load_roundtrips
Function · 0.68
load_miss_returns_none
Function · 0.68
store_rejects_wrong_size
Function · 0.68
load_rejects_wrong_magic
Function · 0.68