Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ stripFile
Function
stripFile
lib/test/angular/1.7.0/angular.js:13889–13891 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
13887
13888
13889
function
stripFile(url) {
13890
return
url.substr(0, stripHash(url).lastIndexOf(
'/'
) + 1);
13891
}
13892
13893
/*
return
the server only (scheme:
//host:port) */
13894
function
serverBase(url) {
Callers
1
$LocationProvider
Function · 0.70
Calls
1
stripHash
Function · 0.70
Tested by
no test coverage detected