Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
meta_field_preserves_value
Function · 0.70
anon_field_erases_value
Function · 0.70
meta_hash_name_writes_bytes
Function · 0.70
meta_hash_vec_sequential
Function · 0.70
Calls
no outgoing calls
Tested by
4
meta_field_preserves_value
Function · 0.56
anon_field_erases_value
Function · 0.56
meta_hash_name_writes_bytes
Function · 0.56
meta_hash_vec_sequential
Function · 0.56