MCPcopy
hub / github.com/meteor/meteor / updatePlatforms

Method updatePlatforms

tools/cordova/project.js:415–420  ·  view source on GitHub ↗
(platforms = this.listInstalledPlatforms())

Source from the content-addressed store, hash-verified

413 }
414
415 updatePlatforms(platforms = this.listInstalledPlatforms()) {
416 this.runCommands(`updating Cordova project for platforms \
417${displayNamesForPlatforms(platforms)}`, async () => {
418 await cordova_lib.platform('update', platforms, this.defaultOptions);
419 });
420 }
421
422 addPlatform(platform) {
423 this.runCommands(`adding platform ${displayNameForPlatform(platform)} \

Callers

nothing calls this directly

Calls 3

runCommandsMethod · 0.95
displayNamesForPlatformsFunction · 0.90

Tested by

no test coverage detected