MCPcopy 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

takeSnapshotFunction · 0.80
calculateMethod · 0.80
getFontSizeFunction · 0.80
getFontFamilyFunction · 0.80
constructDecorationsMethod · 0.80
constructHatStyleMapMethod · 0.80
getDocumentTokenListMethod · 0.80
getHatThemeColorsFunction · 0.80
evaluateSettingMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected