MCPcopy Create free account
hub / github.com/argumentcomputer/ix / mk_name

Function mk_name

crates/kernel/src/mode.rs:320–322  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

318 use super::*;
319
320 fn mk_name(s: &str) -> Name {
321 Name::str(Name::anon(), s.to_string())
322 }
323
324 #[test]
325 fn meta_field_preserves_value() {

Callers 4

anon_field_erases_valueFunction · 0.70
meta_hash_vec_sequentialFunction · 0.70

Calls

no outgoing calls

Tested by 4

anon_field_erases_valueFunction · 0.56
meta_hash_vec_sequentialFunction · 0.56