Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ IsDone
Method
IsDone
pkg/utilds/readerlinebuffer.go:43–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(rlb *ReaderLineBuffer) IsDone() bool {
44
rlb.lock.Lock()
45
defer
rlb.lock.Unlock()
46
return
rlb.done
47
}
48
49
func
(rlb *ReaderLineBuffer) setDone() {
50
rlb.lock.Lock()
Callers
1
ReadLine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected