Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
62
func
(c *Client) GetIsDone() bool {
63
c.Lock.Lock()
64
defer
c.Lock.Unlock()
65
return
c.IsDone
66
}
67
68
func
(c *Client) doShutdown(reason string) {
69
c.Lock.Lock()
Callers
2
SendAsyncInitiation
Method · 0.95
VDomRenderCommand
Method · 0.45
Implementers
1
WshRouter
pkg/wshutil/wshrouter.go
Calls
no outgoing calls
Tested by
no test coverage detected