MCPcopy Create free account
hub / github.com/JacksonTian/fks / stripHash

Function stripHash

fks_chart/bower_components/angular/angular.js:9288–9291  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

9286
9287
9288function stripHash(url) {
9289 var index = url.indexOf('#');
9290 return index == -1 ? url : url.substr(0, index);
9291}
9292
9293
9294function stripFile(url) {

Callers 5

BrowserFunction · 0.85
stripFileFunction · 0.85
LocationHashbangUrlFunction · 0.85
$LocationProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected