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

Struct Executor

executor/executor.go:43–52  ·  view source on GitHub ↗

Executor executor struct

Source from the content-addressed store, hash-verified

41
42// Executor executor struct
43type Executor struct {
44 disableExecLocal bool
45 disableLocal bool
46 client queue.Client
47 qclient client.QueueProtocolAPI
48 grpccli types.Chain33Client
49 pluginEnable map[string]bool
50 alias map[string]string
51 noneDriverPool *sync.Pool
52}
53
54func execInit(cfg *typ.Chain33Config) {
55 pluginmgr.InitExec(cfg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected