MCPcopy
hub / github.com/meteor/meteor / displayNameForPlatform

Function displayNameForPlatform

tools/cordova/index.js:65–67  ·  view source on GitHub ↗
(platform)

Source from the content-addressed store, hash-verified

63}
64
65export function displayNameForPlatform(platform) {
66 return PLATFORM_TO_DISPLAY_NAME_MAP[platform] || platform;
67};
68
69export function displayNamesForPlatforms(platforms) {
70 return platforms.map((platform) =>

Callers 9

prepareForPlatformMethod · 0.90
buildForPlatformMethod · 0.90
runMethod · 0.90
addPlatformMethod · 0.90
removePlatformMethod · 0.90
project.jsFile · 0.90
buildCommandFunction · 0.90
displayNamesForPlatformsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…