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

Function n

crates/compile/src/condense.rs:130–132  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

128 use std::slice;
129
130 fn n(s: &str) -> Name {
131 Name::str(Name::anon(), s.to_string())
132 }
133
134 fn map_of(pairs: &[(&Name, &[Name])]) -> RefMap {
135 let mut map = RefMap::default();

Callers 5

single_nodeFunction · 0.70
simple_cycleFunction · 0.70
chain_no_cycleFunction · 0.70
two_cycles_connectedFunction · 0.70
complex_graphFunction · 0.70

Calls

no outgoing calls

Tested by 5

single_nodeFunction · 0.56
simple_cycleFunction · 0.56
chain_no_cycleFunction · 0.56
two_cycles_connectedFunction · 0.56
complex_graphFunction · 0.56