MCPcopy Index your code
hub / github.com/devspace-sh/devspace / LockPort

Method LockPort

pkg/devspace/services/ssh/port.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14type PortManager interface {
15 LockPort() (int, error)
16 LockSpecificPort(p int) error
17 ReleasePort(p int)
18}

Callers 2

startProxyCommandsFunction · 0.65
startSSHFunction · 0.65

Implementers 1

managerpkg/devspace/services/ssh/port.go

Calls

no outgoing calls

Tested by

no test coverage detected