MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / getHash

Function getHash

lib/test/angular/1.6.7/angular.js:6434–6437  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

6432 }
6433
6434 function getHash(url) {
6435 var index = url.indexOf('#');
6436 return index === -1 ? '' : url.substr(index);
6437 }
6438
6439 /**
6440 * @private

Callers 1

BrowserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected