MCPcopy
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
140func (c *ClientImpl) clientTakeover(clientId string) {
141 c.Lock.Lock()
142 defer c.Lock.Unlock()
143 c.CurrentClientId = clientId
144}
145
146func (c *ClientImpl) doShutdown(reason string) {
147 c.Lock.Lock()

Callers 1

handleRenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected