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

Function kernel_entry_compiles

tests/integration/kernel_modules.rs:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 assert_kernel_module_compiles("trap_entry", kernel::TRAP_ENTRY);
46}
47
48#[test]
49fn kernel_trap_handler_compiles() {
50 assert_kernel_module_compiles("trap_handler", kernel::TRAP_HANDLER);
51}
52

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected