MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / setState

Method setState

agentprotocol/server.go:159–164  ·  view source on GitHub ↗
(state int)

Source from the content-addressed store, hash-verified

157}
158
159func (c *Connection) setState(state int) {
160 c.lock.Lock()
161 c.state = state
162 c.stateCond.Broadcast()
163 c.lock.Unlock()
164}
165
166type ForwardCtx struct {
167 fromBackend io.Reader

Callers 1

handleSuccessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected