Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
82
func
(ts *TestServer) Port() string {
83
return
strconv.Itoa(ts.listener.Addr().(*net.TCPAddr).Port)
84
}
85
86
func
(ts *TestServer) Start() error {
87
var
err error
Callers
3
Run
Method · 0.45
notifyPluginUninstalling
Method · 0.45
runBinaryAndObtainPluginMetadata
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected