MCPcopy
hub / github.com/hyperledger/fabric / Launch

Method Launch

core/chaincode/lifecycle/custodian.go:17–17  ·  view source on GitHub ↗
(ccid string)

Source from the content-addressed store, hash-verified

15//go:generate counterfeiter -o mock/chaincode_launcher.go --fake-name ChaincodeLauncher . ChaincodeLauncher
16type ChaincodeLauncher interface {
17 Launch(ccid string) error
18 Stop(ccid string) error
19}
20

Callers 1

WorkMethod · 0.65

Implementers 3

RuntimeLaunchercore/chaincode/runtime_launcher.go
ChaincodeLaunchercore/chaincode/lifecycle/mock/chaincod
custodianLauncherAdapterinternal/peer/node/start.go

Calls

no outgoing calls

Tested by

no test coverage detected