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

Method init

src/core/Decorations.ts:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 async init() {
63 await this.graph.fontMeasurements.calculate();
64 this.constructDecorations(this.graph.fontMeasurements);
65 }
66
67 /**
68 * Register to be notified when decoration styles are updated, for example if

Callers

nothing calls this directly

Calls 2

constructDecorationsMethod · 0.95
calculateMethod · 0.80

Tested by

no test coverage detected