Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
14
type
PortManager
interface
{
15
LockPort() (int, error)
16
LockSpecificPort(p int) error
17
ReleasePort(p int)
18
}
Callers
2
startProxyCommands
Function · 0.65
startSSH
Function · 0.65
Implementers
1
manager
pkg/devspace/services/ssh/port.go
Calls
no outgoing calls
Tested by
no test coverage detected