MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Port

Method Port

plugin/rpc/cli_rpc_server.go:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (cli *CliRpcService) Port() string {
101 return strconv.Itoa(cli.listener.Addr().(*net.TCPAddr).Port)
102}
103
104func (cli *CliRpcService) Start() error {
105 var err error

Callers 4

RunMethodIfExistsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected