MCPcopy Create free account
hub / github.com/Exafunction/codeium-chrome / getText

Method getText

src/notebook.ts:33–33  ·  view source on GitHub ↗
(model: T)

Source from the content-addressed store, hash-verified

31 // The offset into the value of getText(currentTextModel) at which to trigger a completion.
32 readonly utf16CodeUnitOffset: number;
33 getText(model: T): string;
34 // idx is the position in the textModels array, or undefined if it's the currentTextModel.
35 getLanguage(model: T, idx: number | undefined): Language;
36}

Callers 1

computeTextAndOffsetsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected