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

Method clean

blockproducer/metastate.go:252–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250}
251
252func (s *metaState) clean() {
253 s.dirty = newMetaIndex()
254}
255
256func (s *metaState) increaseAccountToken(k proto.AccountAddress, amount uint64, tokenType types.TokenType) error {
257 var (

Callers 2

TestMetaStateFunction · 0.80

Calls 1

newMetaIndexFunction · 0.85

Tested by 1

TestMetaStateFunction · 0.64