()
| 41 | } |
| 42 | |
| 43 | function getCachePath(): string { |
| 44 | return join(getCacheDir(), 'model-capabilities.json') |
| 45 | } |
| 46 | |
| 47 | function isModelCapabilitiesEligible(): boolean { |
| 48 | if ((process.env.NCODE_BUILD_MODE !== 'noumena' && process.env.USER_TYPE !== 'ant')) return false |
no test coverage detected