MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / serverBase

Function serverBase

lib/test/angular/1.5.0/angular.js:12174–12176  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

12172
12173/* return the server only (scheme://host:port) */
12174function serverBase(url) {
12175 return url.substring(0, url.indexOf('/', url.indexOf('//') + 2));
12176}
12177
12178
12179/**

Callers 1

$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected