Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
159
func
(c *Connection) setState(state int) {
160
c.lock.Lock()
161
c.state = state
162
c.stateCond.Broadcast()
163
c.lock.Unlock()
164
}
165
166
type
ForwardCtx
struct
{
167
fromBackend io.Reader
Callers
1
handleSuccess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected