MCPcopy
hub / github.com/cloudfoundry/cli / Port

Method Port

cf/util/testhelpers/rpcserver/server.go:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (ts *TestServer) Port() string {
83 return strconv.Itoa(ts.listener.Addr().(*net.TCPAddr).Port)
84}
85
86func (ts *TestServer) Start() error {
87 var err error

Callers 3

RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected