Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_str
Function · 0.85
variant_to_u32
Function · 0.85
parse_matrix_rows_generic
Function · 0.85
clone
Method · 0.80
as_number
Method · 0.80
ok
Method · 0.80
as_u64_lossy
Method · 0.80
as_f64
Method · 0.80
as_node
Method · 0.80
as_i64_lossy
Method · 0.80
as_texture
Method · 0.80
as_object
Method · 0.80
Tested by
no test coverage detected