Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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) */
12174
function
serverBase(url) {
12175
return
url.substring(0, url.indexOf(
'/'
, url.indexOf(
'//'
) + 2));
12176
}
12177
12178
12179
/**
Callers
1
$LocationProvider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected