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

Method highlightManager

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

Source from the content-addressed store, hash-verified

30 // 架构层实例
31 get highlightRepository() { return this.requireInitializedServices().highlightRepository; }
32 get highlightManager() { return this.requireInitializedServices().highlightManager; }
33
34 requireInitializedServices(): PluginServices {
35 const services = this.initManager.currentServices;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected