()
| 26 | get highlightService() { return this.requireInitializedServices().highlightService; } |
| 27 | get dataManager() { return this.requireInitializedServices().dataManager; } |
| 28 | get canvasService() { return this.requireInitializedServices().canvasService; } |
| 29 | |
| 30 | // 架构层实例 |
| 31 | get highlightRepository() { return this.requireInitializedServices().highlightRepository; } |
nothing calls this directly
no test coverage detected