MCPcopy Create free account
hub / github.com/CatMuse/HiNote / eventManager

Method eventManager

main.ts:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 get highlightDecorator() { return this.requireInitializedServices().highlightDecorator; }
24 get fsrsManager() { return this.requireInitializedServices().fsrsManager; }
25 get eventManager() { return this.requireInitializedServices().eventManager; }
26 get highlightService() { return this.requireInitializedServices().highlightService; }
27 get dataManager() { return this.requireInitializedServices().dataManager; }
28 get canvasService() { return this.requireInitializedServices().canvasService; }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected