Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
fn module_key(path: &str) -> String {
61
path.trim_start_matches(
"./"
)
62
.trim_end_matches(
".hll"
)
63
.to_owned()
Callers
5
resolve_module_source
Method · 0.85
resolve_modules
Method · 0.85
collect_import_closure
Method · 0.85
direct_imports
Function · 0.85
kernel_modules_reference_imports_only_through_aliases
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected