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

Function stripFile

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

Source from the content-addressed store, hash-verified

13683
13684
13685function stripFile(url) {
13686 return url.substr(0, stripHash(url).lastIndexOf('/') + 1);
13687}
13688
13689/* return the server only (scheme://host:port) */
13690function serverBase(url) {

Callers 1

$LocationProviderFunction · 0.70

Calls 1

stripHashFunction · 0.70

Tested by

no test coverage detected