MCPcopy 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
811func (w *WshRpc) IsServerDone() bool {
812 w.Lock.Lock()
813 defer w.Lock.Unlock()
814 return w.ServerDone
815}
816
817func (w *WshRpc) setServerDone() {
818 w.Lock.Lock()

Callers 1

SendComplexRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected