MCPcopy
hub / github.com/wavetermdev/waveterm / ReadAll

Method ReadAll

pkg/utilds/readerlinebuffer.go:112–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func (rlb *ReaderLineBuffer) ReadAll() {
113 for {
114 line, err := rlb.ReadLine()
115 if err != nil {
116 break
117 }
118 if rlb.lineCallback != nil {
119 rlb.lineCallback(line)
120 }
121 }
122}

Callers 15

fetchFaviconFunction · 0.45
ReadFunction · 0.45
doRequestFunction · 0.45
runBuilderAppMethod · 0.45
runTsunamiAppBinaryFunction · 0.45
handleServiceFunction · 0.45
handleVDomFunction · 0.45
RunGeminiChatStepFunction · 0.45
RunChatStepFunction · 0.45
parseAnthropicHTTPErrorFunction · 0.45
parseOpenAIHTTPErrorFunction · 0.45
handleRenderMethod · 0.45

Calls 1

ReadLineMethod · 0.95

Tested by

no test coverage detected