Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursorless-dev/cursorless
/ get
Method
get
src/core/ThatMark.ts:10–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
get() {
11
if
(this.mark == null) {
12
throw Error(
"Mark is undefined"
);
13
}
14
return
this.mark;
15
}
16
17
exists() {
18
return
this.mark != null;
Callers
15
takeSnapshot
Function · 0.80
calculate
Method · 0.80
getFontSize
Function · 0.80
getFontFamily
Function · 0.80
constructDecorations
Method · 0.80
constructHatStyleMap
Method · 0.80
getDocumentTokenList
Method · 0.80
getHatThemeColors
Function · 0.80
evaluateSetting
Method · 0.80
updateUserSnippetsPath
Method · 0.80
constructor
Method · 0.80
addDecorationsDebounced
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected