* Check if the features module is fully available.
()
| 374 | * Check if the features module is fully available. |
| 375 | */ |
| 376 | function isFeaturesAvailable() { |
| 377 | return _getPrompts() !== null; |
| 378 | } |
| 379 | |
| 380 | module.exports = { |
| 381 | repairToolCall, |
nothing calls this directly
no test coverage detected