MCPcopy
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
43func (rlb *ReaderLineBuffer) IsDone() bool {
44 rlb.lock.Lock()
45 defer rlb.lock.Unlock()
46 return rlb.done
47}
48
49func (rlb *ReaderLineBuffer) setDone() {
50 rlb.lock.Lock()

Callers 1

ReadLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected