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

Function init

internal/peer/lifecycle/chaincode/chaincode.go:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87var flags *pflag.FlagSet
88
89func init() {
90 ResetFlags()
91}
92
93// ResetFlags resets the values of these flags to facilitate tests
94func ResetFlags() {

Callers

nothing calls this directly

Calls 1

ResetFlagsFunction · 0.85

Tested by

no test coverage detected