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

Function serverBase

lib/test/angular/1.6.7/angular.js:13690–13692  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

13688
13689/* return the server only (scheme://host:port) */
13690function serverBase(url) {
13691 return url.substring(0, url.indexOf('/', url.indexOf('//') + 2));
13692}
13693
13694
13695/**

Callers 1

$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected