MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / leak

Function leak

crates/hll-to-ir/src/stdlib.rs:44–46  ·  view source on GitHub ↗
(value: String)

Source from the content-addressed store, hash-verified

42 };
43 groups.iter().find_map(|key| {
44 manifest.list(key).ok()??.into_iter().find_map(|entry| {
45 let (module_name, source_key) = parse_module_entry(&entry);
46 (module_name == name)
47 .then(|| os_runtime::module_path(source_key))
48 .flatten()
49 })

Calls

no outgoing calls