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

Method id

perro_source/core/perro_ids/src/ids.rs:293–295  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

291 s.parse()
292 }
293}
294
295impl TextureID {
296 /// Parse 1-16 hex digits, optionally prefixed with `0x`.
297 pub fn parse_str(s: &str) -> Result<Self, ParseGenerationalIDError> {
298 s.parse()

Callers 4

friend_infoFunction · 0.80
render_idle_clearMethod · 0.80
renderMethod · 0.80
window_eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected