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

Function my_kernel_compiles

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

Source from the content-addressed store, hash-verified

106 .iter()
107 .enumerate()
108 .map(|(idx, name)| (*name, idx * 8))
109 .collect()
110 }
111
112 let trap_fields = [
113 "x0", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13",

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected