MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / AddLine

Method AddLine

pkg/utilds/multireaderlinebuffer.go:56–59  ·  view source on GitHub ↗
(line string)

Source from the content-addressed store, hash-verified

54}
55
56func (mrlb *MultiReaderLineBuffer) AddLine(line string) {
57 mrlb.addLine(line)
58 mrlb.callLineCallback(line)
59}
60
61func (mrlb *MultiReaderLineBuffer) addLine(line string) {
62 mrlb.lock.Lock()

Callers 1

buildAndRunMethod · 0.80

Calls 2

addLineMethod · 0.95
callLineCallbackMethod · 0.95

Tested by

no test coverage detected