Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_node
Function · 0.70
simple_cycle
Function · 0.70
chain_no_cycle
Function · 0.70
two_cycles_connected
Function · 0.70
complex_graph
Function · 0.70
Calls
no outgoing calls
Tested by
5
single_node
Function · 0.56
simple_cycle
Function · 0.56
chain_no_cycle
Function · 0.56
two_cycles_connected
Function · 0.56
complex_graph
Function · 0.56