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

Method GetIsDone

pkg/waveapp/waveapp.go:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (c *Client) GetIsDone() bool {
63 c.Lock.Lock()
64 defer c.Lock.Unlock()
65 return c.IsDone
66}
67
68func (c *Client) doShutdown(reason string) {
69 c.Lock.Lock()

Callers 2

SendAsyncInitiationMethod · 0.95
VDomRenderCommandMethod · 0.45

Implementers 1

WshRouterpkg/wshutil/wshrouter.go

Calls

no outgoing calls

Tested by

no test coverage detected