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

Method deleteProviderObject

blockproducer/metastate.go:214–217  ·  view source on GitHub ↗
(k proto.AccountAddress)

Source from the content-addressed store, hash-verified

212}
213
214func (s *metaState) deleteProviderObject(k proto.AccountAddress) {
215 // Use a nil pointer to mark a deletion, which will be later used by commit procedure.
216 s.dirty.provider[k] = nil
217}
218
219func (s *metaState) commit() {
220 for k, v := range s.dirty.accounts {

Callers 2

updateProviderListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected