Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ LockSpecificPort
Method
LockSpecificPort
pkg/devspace/services/ssh/port.go:16–16 ·
view source on GitHub ↗
(p int)
Source
from the content-addressed store, hash-verified
14
type
PortManager
interface
{
15
LockPort() (int, error)
16
LockSpecificPort(p int) error
17
ReleasePort(p int)
18
}
19
Callers
1
startSSH
Function · 0.65
Implementers
1
manager
pkg/devspace/services/ssh/port.go
Calls
no outgoing calls
Tested by
no test coverage detected