fn from()
in
crates/libs/core/src/strings.rs [54:56]
3
lines of code
1
McCabe index (conditional complexity)
fn from(value: WString) -> Self { Self { h: value } }