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