MCPcopy
hub / github.com/meteor/meteor / parseCordovaServerPortOption

Function parseCordovaServerPortOption

tools/cli/commands.js:115–118  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

113}
114
115function parseCordovaServerPortOption(options = {}) {
116 const cordovaServerPortOption = options['cordova-server-port'];
117 return cordovaServerPortOption ? parseInt(cordovaServerPortOption, 10) : null;
118}
119
120function detectMobileServerUrl(parsedServerUrl, isRunOnDeviceRequested) {
121 // Always try to use an auto-detected IP first

Callers 2

buildCommandFunction · 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…