Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/struts-examples
/ getHash
Function
getHash
rest-angular/src/main/webapp/js/lib/angular/angular.js:5819–5822 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
5817
}
5818
5819
function
getHash(url) {
5820
var
index = url.indexOf(
'#'
);
5821
return
index === -1 ?
''
: url.substr(index);
5822
}
5823
5824
/**
5825
* @private
Callers
1
Browser
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected