Get the `Callee`.
(&self)
| 1378 | |
| 1379 | /// Get the `Callee`. |
| 1380 | pub fn abi(&self) -> &Callee<I::ABIMachineSpec> { |
| 1381 | self.vcode.abi() |
| 1382 | } |
| 1383 | |
| 1384 | /// Get the `Callee`. |
| 1385 | pub fn abi_mut(&mut self) -> &mut Callee<I::ABIMachineSpec> { |
no outgoing calls
no test coverage detected