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

Method as_bool

perro_source/runtime_project/perro_scene/src/scene.rs:579–584  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

577 f.write_str(self.as_ref())
578 }
579}
580
581impl From<&'static str> for SceneValueKey {
582 fn from(value: &'static str) -> Self {
583 Self(Cow::Borrowed(value))
584 }
585}
586
587impl From<String> for SceneValueKey {

Calls

no outgoing calls

Tested by

no test coverage detected