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

Method fsrsManager

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

Source from the content-addressed store, hash-verified

22 get services(): PluginServices | null { return this.initManager.currentServices; }
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; }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected