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

Function meta_nested_name

crates/kernel/src/id.rs:134–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132
133 #[test]
134 fn meta_nested_name() {
135 let id = KId::<Meta>::new(mk_addr("x"), mk_name("Lean.Parser.Term.app"));
136 let s = format!("{id}");
137 assert!(s.starts_with("Lean.Parser.Term.app@"), "got '{s}'");
138 }
139
140 #[test]
141 fn meta_single_component_name() {

Callers

nothing calls this directly

Calls 2

mk_addrFunction · 0.70
mk_nameFunction · 0.70

Tested by

no test coverage detected