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

Method from_variant

perro_source/core/perro_variant/src/variant.rs:600–602  ·  view source on GitHub ↗
(value: &Variant)

Source from the content-addressed store, hash-verified

598 }
599 write!(f, "{:?}: {}", key.as_ref(), value)?;
600 }
601 write!(f, "}}")
602 }
603 }
604 }
605}

Callers

nothing calls this directly

Calls 15

parse_strFunction · 0.85
variant_to_u32Function · 0.85
cloneMethod · 0.80
as_numberMethod · 0.80
okMethod · 0.80
as_u64_lossyMethod · 0.80
as_f64Method · 0.80
as_nodeMethod · 0.80
as_i64_lossyMethod · 0.80
as_textureMethod · 0.80
as_objectMethod · 0.80

Tested by

no test coverage detected