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

Method isExecLocalSameTime

executor/execenv.go:750–753  ·  view source on GitHub ↗
(tx *types.Transaction, index int)

Source from the content-addressed store, hash-verified

748}
749
750func (e *executor) isExecLocalSameTime(tx *types.Transaction, index int) bool {
751 exec := e.loadDriver(tx, index)
752 return exec.ExecutorOrder() == drivers.ExecLocalSameTime
753}
754
755func (e *executor) checkPrefix(execer []byte, kvs []*types.KeyValue) error {
756 for i := 0; i < len(kvs); i++ {

Callers 2

execTxMethod · 0.95
execLocalSameTimeMethod · 0.95

Calls 2

loadDriverMethod · 0.95
ExecutorOrderMethod · 0.65

Tested by

no test coverage detected