MCPcopy
hub / github.com/meteor/meteor / displayNamesForPlatforms

Function displayNamesForPlatforms

tools/cordova/index.js:69–72  ·  view source on GitHub ↗
(platforms)

Source from the content-addressed store, hash-verified

67};
68
69export function displayNamesForPlatforms(platforms) {
70 return platforms.map((platform) =>
71 displayNameForPlatform(platform)).join(', ');
72}
73
74// This filters the Cordova platforms from a list of app-level platforms.
75// Right now, the only other platforms are the default browser and server

Callers 1

updatePlatformsMethod · 0.90

Calls 2

displayNameForPlatformFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…