Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
100
func
(cli *CliRpcService) Port() string {
101
return
strconv.Itoa(cli.listener.Addr().(*net.TCPAddr).Port)
102
}
103
104
func
(cli *CliRpcService) Start() error {
105
var
err error
Callers
4
plugin_shim_test.go
File · 0.45
cli_rpc_server_test.go
File · 0.45
RunMethodIfExists
Function · 0.45
test_rpc_server_example_test.go
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected