MCPcopy Create free account
hub / github.com/MinterTeam/minter-go-node / mutableTree

Struct mutableTree

tree/tree.go:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104type mutableTree struct {
105 tree *iavl.MutableTree
106 lock sync.RWMutex
107}
108
109func (t *mutableTree) GetImmutableAtHeight(version int64) (*iavl.ImmutableTree, error) {
110 t.lock.RLock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected