MCPcopy Create free account
hub / github.com/33cn/chain33 / execDelLocal

Method execDelLocal

executor/execenv.go:282–285  ·  view source on GitHub ↗
(tx *types.Transaction, r *types.ReceiptData, index int)

Source from the content-addressed store, hash-verified

280}
281
282func (e *executor) execDelLocal(tx *types.Transaction, r *types.ReceiptData, index int) (*types.LocalDBSet, error) {
283 exec := e.loadDriver(tx, index)
284 return exec.ExecDelLocal(tx, r, index)
285}
286
287func (e *executor) getNoneDriver() drivers.Driver {
288 none := e.exec.noneDriverPool.Get().(drivers.Driver)

Callers 1

procExecDelBlockMethod · 0.80

Calls 2

loadDriverMethod · 0.95
ExecDelLocalMethod · 0.65

Tested by

no test coverage detected