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

Method String

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

Source from the content-addressed store, hash-verified

1492)
1493
1494func (s State) String() string {
1495 switch s {
1496 case Created:
1497 return "created"
1498 case Established:
1499 return "established"
1500 case Ready:
1501 return "ready"
1502 default:
1503 return "UNKNOWN"
1504 }
1505}

Callers 15

chain_test.goFile · 0.45
getLocalIPFunction · 0.45
HandleTransactionMethod · 0.45
checkACLMethod · 0.45
getLogLevelFromViperFunction · 0.45
handler_test.goFile · 0.45

Calls

no outgoing calls