MCPcopy
hub / github.com/antonmedv/codejar / getSelection

Function getSelection

codejar.ts:550–553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

548 }
549
550 function getSelection() {
551 // @ts-ignore
552 return editor.getRootNode().getSelection() as Selection
553 }
554
555 return {
556 updateOptions(newOptions: Partial<Options>) {

Callers 6

saveFunction · 0.85
restoreFunction · 0.85
beforeCursorFunction · 0.85
afterCursorFunction · 0.85
handleCutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected