Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ kernel_pmm_compiles
Function
kernel_pmm_compiles
tests/integration/kernel_modules.rs:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
assert_kernel_module_compiles(
"vmm"
, kernel::VMM);
71
}
72
73
#[test]
74
fn kernel_process_compiles() {
75
assert_kernel_module_compiles(
"process"
, kernel::PROCESS);
76
}
77
Callers
nothing calls this directly
Calls
1
assert_kernel_module_compiles
Function · 0.85
Tested by
no test coverage detected