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

Function serverBase

lib/test/angular/1.7.0/angular.js:13894–13896  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

13892
13893/* return the server only (scheme://host:port) */
13894function serverBase(url) {
13895 return url.substring(0, url.indexOf('/', url.indexOf('//') + 2));
13896}
13897
13898
13899/**

Callers 1

$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected