| 25 | ) |
| 26 | |
| 27 | type dummyContractRef struct { |
| 28 | calledForEach bool |
| 29 | } |
| 30 | |
| 31 | func (dummyContractRef) ReturnGas(*big.Int) {} |
| 32 | func (dummyContractRef) Address() common.Address { return common.Address{} } |
nothing calls this directly
no outgoing calls
no test coverage detected