MCPcopy
hub / github.com/meteor/meteor / removePlatform

Method removePlatform

tools/cordova/project.js:431–436  ·  view source on GitHub ↗
(platform)

Source from the content-addressed store, hash-verified

429 }
430
431 removePlatform(platform) {
432 this.runCommands(`removing platform ${displayNameForPlatform(platform)} \
433from Cordova project`, async () => {
434 await cordova_lib.platform('rm', platform, this.defaultOptions);
435 });
436 }
437
438 get cordovaPlatformsInApp() {
439 return this.projectContext.platformList.getCordovaPlatforms();

Callers 1

Calls 2

runCommandsMethod · 0.95
displayNameForPlatformFunction · 0.90

Tested by

no test coverage detected