MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / GetIsDone

Method GetIsDone

tsunami/engine/clientimpl.go:121–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (c *ClientImpl) GetIsDone() bool {
122 c.Lock.Lock()
123 defer c.Lock.Unlock()
124 return c.IsDone
125}
126
127func (c *ClientImpl) checkClientId(clientId string) error {
128 if clientId == "" {

Callers 2

SendSSEventMethod · 0.95
processFrontendUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected