MCPcopy Create free account
hub / github.com/PerroEngine/Perro / from_string

Method from_string

perro_source/core/perro_ids/src/ids.rs:242–244  ·  view source on GitHub ↗

Deterministic ID from signal name. Uses hash; generation 0.

(s: &str)

Source from the content-addressed store, hash-verified

240 "Animation ID - allocated by animation system. Index + generation."
241);
242define_generational!(
243 NavMeshID,
244 "Navmesh ID - allocated by navigation resource system. Index + generation."
245);
246define_generational!(
247 TileSetID,

Callers

nothing calls this directly

Calls 1

string_to_u64Function · 0.85

Tested by

no test coverage detected