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

Function getHash

lib/test/angular/1.5.0/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

BrowserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected