Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ kernel_trap_handler_compiles
Function
kernel_trap_handler_compiles
tests/integration/kernel_modules.rs:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
assert_kernel_module_compiles(
"utilities"
, kernel::UTILITIES);
56
}
57
58
#[test]
59
fn kernel_checks_compiles() {
60
assert_kernel_module_compiles(
"checks"
, kernel::CHECKS);
61
}
62
Callers
nothing calls this directly
Calls
1
assert_kernel_module_compiles
Function · 0.85
Tested by
no test coverage detected