MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / newMetaState

Function newMetaState

blockproducer/metastate.go:59–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57func (x MinerInfos) Swap(i, j int) { x[i], x[j] = x[j], x[i] }
58
59func newMetaState() *metaState {
60 return &metaState{
61 dirty: newMetaIndex(),
62 readonly: newMetaIndex(),
63 }
64}
65
66func (s *metaState) loadAccountObject(k proto.AccountAddress) (o *types.Account, loaded bool) {
67 var old *types.Account

Callers 3

loadImmutableStateFunction · 0.85
NewChainWithContextFunction · 0.85
TestMetaStateFunction · 0.85

Calls 1

newMetaIndexFunction · 0.85

Tested by 1

TestMetaStateFunction · 0.68