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

Method New

core/chaincode/handler.go:81–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79// UUIDGenerator is responsible for creating unique query identifiers.
80type UUIDGenerator interface {
81 New() string
82}
83type UUIDGeneratorFunc func() string
84

Callers 15

initThreeOrgsSetupFunction · 0.65
lifecycle_test.goFile · 0.65
install_test.goFile · 0.65
interop_test.goFile · 0.65
gossip_test.goFile · 0.65
pluggable_test.goFile · 0.65
smartbft_test.goFile · 0.65
parseEnvelopeMethod · 0.65
configtx_test.goFile · 0.65
rsaca_test.goFile · 0.65

Implementers 8

PluginFactorycore/committer/txvalidator/v20/plugind
PluginFactorycore/committer/txvalidator/v14/mocks/p
DefaultEndorsementFactorycore/handlers/endorsement/plugin/plugi
NoOpEndorserFactorycore/handlers/endorsement/testdata/noo
DefaultEndorsementFactorycore/handlers/endorsement/builtin/defa
NoOpValidatorFactorycore/handlers/validation/testdata/noop
DefaultValidationFactorycore/handlers/validation/builtin/defau
PluginFactorycore/endorser/mocks/plugin_factory.go

Calls

no outgoing calls

Tested by 15

initThreeOrgsSetupFunction · 0.52
checkDeliverRequestFunction · 0.52
setupPKCS11CtxFunction · 0.52
hashFileFunction · 0.52
initThreeOrgsSetupFunction · 0.52
TestCreateSignedEnvelopeFunction · 0.52
TestSignOrPanicFunction · 0.52
TestComputeProposalTxIDFunction · 0.52
TestIntegrationPathFunction · 0.52
Test_StartFunction · 0.52