| 29 | ) |
| 30 | |
| 31 | type dummyContractRef struct { |
| 32 | calledForEach bool |
| 33 | } |
| 34 | |
| 35 | func (dummyContractRef) Address() common.Address { return common.Address{} } |
| 36 | func (dummyContractRef) Value() *big.Int { return new(big.Int) } |
nothing calls this directly
no outgoing calls
no test coverage detected