()
| 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", |
nothing calls this directly
no test coverage detected