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

Function kernel_vmm_compiles

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

Source from the content-addressed store, hash-verified

75 assert_kernel_module_compiles("process", kernel::PROCESS);
76}
77
78#[test]
79fn kernel_syscall_compiles() {
80 assert_kernel_module_compiles("syscall", kernel::SYSCALL);
81}
82

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected