MCPcopy
hub / github.com/continuedev/continue / text

Method text

extensions/cli/src/ui/TextBuffer.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 get text(): string {
30 return this._text;
31 }
32
33 get cursor(): number {
34 return this._cursor;

Callers 15

streamResponseFunction · 0.80
chatCompletionStreamMethod · 0.80
completionStreamMethod · 0.80
chatCompletionStreamMethod · 0.80
valueMethod · 0.80
fetchOllamaModelsFunction · 0.80
parseErrorFunction · 0.80
_embedMethod · 0.80
rerankMethod · 0.80
_streamChatMethod · 0.80
_embedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected