MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / getHash

Function getHash

web/static/bower_components/angular/angular.js:5522–5525  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

5520 }
5521
5522 function getHash(url) {
5523 var index = url.indexOf('#');
5524 return index === -1 ? '' : url.substr(index);
5525 }
5526
5527 /**
5528 * @private

Callers 1

BrowserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected