Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getDocumentTokenList
Method · 0.80
runCommand
Method · 0.80
runTest
Function · 0.80
groupBy
Function · 0.80
addDecorationsToEditors
Function · 0.80
getDefault
Function · 0.80
wrapper
Function · 0.80
Calls
no outgoing calls
Tested by
1
runTest
Function · 0.64