MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / getHash

Function getHash

OpenReservation/wwwroot/Scripts/angular.js:5847–5850  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

5845 }
5846
5847 function getHash(url) {
5848 var index = url.indexOf('#');
5849 return index === -1 ? '' : url.substr(index);
5850 }
5851
5852 /**
5853 * @private

Callers 1

BrowserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected