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

Method GetAPIPort

api/proto/control_plane_interface.pb.go:327–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325}
326
327func (x *DataplaneInfo) GetAPIPort() int32 {
328 if x != nil {
329 return x.APIPort
330 }
331 return 0
332}
333
334func (x *DataplaneInfo) GetProxyPort() int32 {
335 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected