Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ clientTakeover
Method
clientTakeover
tsunami/engine/clientimpl.go:140–144 ·
view source on GitHub ↗
(clientId string)
Source
from the content-addressed store, hash-verified
138
}
139
140
func
(c *ClientImpl) clientTakeover(clientId string) {
141
c.Lock.Lock()
142
defer
c.Lock.Unlock()
143
c.CurrentClientId = clientId
144
}
145
146
func
(c *ClientImpl) doShutdown(reason string) {
147
c.Lock.Lock()
Callers
1
handleRender
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected