()
| 29 | |
| 30 | // 架构层实例 |
| 31 | get highlightRepository() { return this.requireInitializedServices().highlightRepository; } |
| 32 | get highlightManager() { return this.requireInitializedServices().highlightManager; } |
| 33 | |
| 34 | requireInitializedServices(): PluginServices { |
nothing calls this directly
no test coverage detected