MCPcopy 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

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

Callers 1

startSSHFunction · 0.65

Implementers 1

managerpkg/devspace/services/ssh/port.go

Calls

no outgoing calls

Tested by

no test coverage detected