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

Interface TextMarker

src/codemirror.ts:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28interface TextMarker {
29 pos: CodeMirror.Position;
30 marker: CodeMirror.TextMarker<CodeMirror.Position>;
31 spanElement: HTMLSpanElement;
32}
33
34// Helps simulate a typing as completed effect. Will only work on the same line.
35function maybeUpdateTextMarker(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected