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

Method GetGuestPort

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

Source from the content-addressed store, hash-verified

116}
117
118func (x *PortMapping) GetGuestPort() int32 {
119 if x != nil {
120 return x.GuestPort
121 }
122 return 0
123}
124
125func (x *PortMapping) GetProtocol() L4Protocol {
126 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected