Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9288
function
stripHash(url) {
9289
var
index = url.indexOf(
'#'
);
9290
return
index == -1 ? url : url.substr(0, index);
9291
}
9292
9293
9294
function
stripFile(url) {
Callers
5
Browser
Function · 0.85
stripFile
Function · 0.85
LocationHashbangUrl
Function · 0.85
LocationHashbangInHtml5Url
Function · 0.85
$LocationProvider
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected