MCPcopy Create free account
hub / github.com/eth-easl/dirigent / GetAddress

Method GetAddress

api/proto/common.pb.go:490–495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

488}
489
490func (x *DataplaneInformation) GetAddress() string {
491 if x != nil {
492 return x.Address
493 }
494 return ""
495}
496
497func (x *DataplaneInformation) GetApiPort() string {
498 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected