Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ getHash
Function
getHash
test/angular/1.2/angular.js:4428–4431 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
4426
}
4427
4428
function
getHash(url) {
4429
var
index = url.indexOf(
'#'
);
4430
return
index === -1 ?
''
: url.substr(index + 1);
4431
}
4432
4433
/**
4434
* @private
Callers
1
Browser
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected