MCPcopy
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
28describe("LLMLogFormatter", () => {

Callers 15

TipTapEditorInnerFunction · 0.80
enterSubmenuFunction · 0.80
addOptionsFunction · 0.80
readFileMethod · 0.80
getCurrentFileMethod · 0.80
showSuggestionFunction · 0.80
instantApplyDiffMethod · 0.80
streamEditMethod · 0.80
clearMethod · 0.80
runMethod · 0.80

Calls 1

decodeMethod · 0.65

Tested by

no test coverage detected