Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ getText
Method
getText
core/llm/logFormatter.test.ts:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
getText() {
23
const
decoder =
new
TextDecoder();
24
return
decoder.decode(Buffer.concat(this.data as any));
25
}
26
}
27
28
describe(
"LLMLogFormatter"
, () => {
Callers
15
logFormatter.test.ts
File · 0.80
TipTapEditorInner
Function · 0.80
enterSubmenu
Function · 0.80
addOptions
Function · 0.80
readFile
Method · 0.80
getCurrentFile
Method · 0.80
showSuggestion
Function · 0.80
provideCompletionItems
Method · 0.80
instantApplyDiff
Method · 0.80
streamEdit
Method · 0.80
clear
Method · 0.80
run
Method · 0.80
Calls
1
decode
Method · 0.65
Tested by
no test coverage detected