MCPcopy
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
696func (c *ForwardCtx) WaitFinish() {
697 c.waitGroup.Wait()
698}
699
700func (c *ForwardCtx) Kill() {
701 if !c.stopped {

Callers 1

KillMethod · 0.95

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected