Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricSimons/ionic-course
/ getHash
Function
getHash
code/songhop/www/lib/angular/angular.js:4904–4907 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
4902
}
4903
4904
function
getHash(url) {
4905
var
index = url.indexOf(
'#'
);
4906
return
index === -1 ?
''
: url.substr(index + 1);
4907
}
4908
4909
/**
4910
* @private
Callers
1
Browser
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected