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

Method highlightDecorator

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

Source from the content-addressed store, hash-verified

21 // 公开服务实例供外部访问
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; }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected