Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ getHash
Function
getHash
lib/test/angular/1.7.0/angular.js:6494–6497 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
6492
}
6493
6494
function
getHash(url) {
6495
var
index = url.indexOf(
'#'
);
6496
return
index === -1 ?
''
: url.substr(index);
6497
}
6498
6499
/**
6500
* @private
Callers
1
Browser
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected