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

Method Key

common/policies/util.go:17–17  ·  view source on GitHub ↗

Key is the key this value should be stored in the *cb.ConfigGroup.Policies map.

()

Source from the content-addressed store, hash-verified

15type ConfigPolicy interface {
16 // Key is the key this value should be stored in the *cb.ConfigGroup.Policies map.
17 Key() string
18
19 // Value is the backing policy implementation for this ConfigPolicy
20 Value() *cb.Policy

Callers 15

PurgeByTxidsMethod · 0.65
PurgeBelowHeightMethod · 0.65
GetMinTransientBlkHtMethod · 0.65
NextMethod · 0.65
listMethod · 0.65
smallestRequestMethod · 0.65
deletePartialLedgersMethod · 0.65
upgradeFormatMethod · 0.65
getLedgerIDsMethod · 0.65
newMetadataHintFunction · 0.65
NextMethod · 0.65
GetBookmarkAndCloseMethod · 0.65

Implementers 2

StandardConfigValuecommon/channelconfig/util.go
StandardConfigPolicycommon/policies/util.go

Calls

no outgoing calls

Tested by 9

verifyNsEntriesFunction · 0.52
basicTestFunction · 0.52
TestIteratorFunction · 0.52
checkItrResultsFunction · 0.52
TestLevelDBHelperFunction · 0.52