()
| 274 | } |
| 275 | |
| 276 | isElfhostedPlatform() { |
| 277 | return process.env.PLATFORM && process.env.PLATFORM.toLowerCase() === 'elfhosted'; |
| 278 | } |
| 279 | |
| 280 | ensurePlatformDirectories() { |
| 281 | const imagePath = this.getImagePath(); |
no outgoing calls
no test coverage detected