MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / serverBase

Function serverBase

lib/test/angular/1.4.3/angular.js:11276–11278  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

11274
11275/* return the server only (scheme://host:port) */
11276function serverBase(url) {
11277 return url.substring(0, url.indexOf('/', url.indexOf('//') + 2));
11278}
11279
11280
11281/**

Callers 1

$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected