( source: MarketplaceSource, )
| 400 | * nonsensical in ephemeral containers), npm (node_modules bloat on Filestore mount). |
| 401 | */ |
| 402 | export function isMarketplaceSourceSupportedByZipCache( |
| 403 | source: MarketplaceSource, |
| 404 | ): boolean { |
| 405 | return ['github', 'git', 'url', 'settings'].includes(source.source) |
| 406 | } |
no outgoing calls
no test coverage detected