Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ to_filename
Method
to_filename
native/shared/src/sdf_cache.rs:46–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
45
impl MeshHash {
46
fn to_filename(self) -> String {
47
format!(
"{:016x}.sdf"
, self.0)
48
}
49
}
50
51
/// FNV-1a 64-bit. Algorithmically frozen — changes here invalidate
Callers
2
cache_path
Function · 0.80
load_rejects_wrong_magic
Function · 0.80
Calls
no outgoing calls
Tested by
1
load_rejects_wrong_magic
Function · 0.64