(binary_code: u64, bug_id: u8)
| 169 | } |
| 170 | |
| 171 | const fn bug(binary_code: u64, bug_id: u8) -> u64 { |
| 172 | binary_code | bug_id as u64 |
| 173 | } |
| 174 | |
| 175 | const P2IM_BASE: u64 = 0x10000; |
| 176 | const GATEWAY: u64 = binary_id(P2IM_BASE, 3); |
no outgoing calls
no test coverage detected