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

Struct ChaincodeBuilder

core/chaincode/lifecycle/mock/chaincode_builder.go:10–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type ChaincodeBuilder struct {
11 BuildStub func(string) error
12 buildMutex sync.RWMutex
13 buildArgsForCall []struct {
14 arg1 string
15 }
16 buildReturns struct {
17 result1 error
18 }
19 buildReturnsOnCall map[int]struct {
20 result1 error
21 }
22 invocations map[string][][]interface{}
23 invocationsMutex sync.RWMutex
24}
25
26func (fake *ChaincodeBuilder) Build(arg1 string) error {
27 fake.buildMutex.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected