Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ NoopStateDB
Struct
NoopStateDB
core/vm/noop.go:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
type
NoopStateDB
struct
{}
47
48
func
(NoopStateDB) CreateAccount(common.Address) {}
49
func
(NoopStateDB) SubBalance(common.Address, *big.Int) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected