Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContainerSSH/ContainerSSH
/ WaitFinish
Method
WaitFinish
agentprotocol/server.go:696–698 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
694
}
695
696
func
(c *ForwardCtx) WaitFinish() {
697
c.waitGroup.Wait()
698
}
699
700
func
(c *ForwardCtx) Kill() {
701
if
!c.stopped {
Callers
1
Kill
Method · 0.95
Calls
1
Wait
Method · 0.65
Tested by
no test coverage detected