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

Function module_key

crates/os-runtime/tests/boot.rs:56–60  ·  view source on GitHub ↗
(path: &str)

Source from the content-addressed store, hash-verified

54 },
55 );
56 }
57 (prelude, aliases)
58}
59
60fn module_key(path: &str) -> String {
61 path.trim_start_matches("./")
62 .trim_end_matches(".hll")
63 .to_owned()

Calls

no outgoing calls

Tested by

no test coverage detected