MCPcopy Create free account
hub / github.com/CPChain/chain / dummyContractRef

Struct dummyContractRef

core/vm/logger_test.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type dummyContractRef struct {
28 calledForEach bool
29}
30
31func (dummyContractRef) ReturnGas(*big.Int) {}
32func (dummyContractRef) Address() common.Address { return common.Address{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected