()
| 3021 | } |
| 3022 | |
| 3023 | isCaseSensitive(): boolean { |
| 3024 | return this.caseSensitive; |
| 3025 | } |
| 3026 | |
| 3027 | async runDevCommand(forceRestart: boolean = false) { |
| 3028 | // In multi-service setup, all services are managed by orchestrator |
no outgoing calls
no test coverage detected