MCPcopy Create free account
hub / github.com/chain/Core / Address

Method Address

core/api.go:98–98  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

96type leaderProcess interface {
97 State() leader.ProcessState
98 Address(context.Context) (string, error)
99}
100
101type requestLimit struct {

Callers 2

forwardToLeaderMethod · 0.65
TestFailoverFunction · 0.65

Implementers 3

alwaysLeadercore/api_test.go
alwaysFollowercore/core_test.go
Leadercore/leader/leader.go

Calls

no outgoing calls

Tested by 1

TestFailoverFunction · 0.52