MCPcopy Create free account
hub / github.com/cursorless-dev/cursorless / set

Method set

src/core/ThatMark.ts:6–8  ·  view source on GitHub ↗
(value?: SelectionWithEditor[])

Source from the content-addressed store, hash-verified

4 private mark?: SelectionWithEditor[];
5
6 set(value?: SelectionWithEditor[]) {
7 this.mark = value;
8 }
9
10 get() {
11 if (this.mark == null) {

Callers 7

getDocumentTokenListMethod · 0.80
runCommandMethod · 0.80
runTestFunction · 0.80
groupByFunction · 0.80
addDecorationsToEditorsFunction · 0.80
getDefaultFunction · 0.80
wrapperFunction · 0.80

Calls

no outgoing calls

Tested by 1

runTestFunction · 0.64