Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ IsServerDone
Method
IsServerDone
pkg/wshutil/wshrpc.go:811–815 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
809
}
810
811
func
(w *WshRpc) IsServerDone() bool {
812
w.Lock.Lock()
813
defer
w.Lock.Unlock()
814
return
w.ServerDone
815
}
816
817
func
(w *WshRpc) setServerDone() {
818
w.Lock.Lock()
Callers
1
SendComplexRequest
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected