Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
112
func
(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
fetchFavicon
Function · 0.45
Read
Function · 0.45
doRequest
Function · 0.45
runBuilderApp
Method · 0.45
runTsunamiAppBinary
Function · 0.45
handleService
Function · 0.45
handleVDom
Function · 0.45
RunGeminiChatStep
Function · 0.45
RunChatStep
Function · 0.45
parseAnthropicHTTPError
Function · 0.45
parseOpenAIHTTPError
Function · 0.45
handleRender
Method · 0.45
Calls
1
ReadLine
Method · 0.95
Tested by
no test coverage detected