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

Function getCurrentState

lib/test/angular/1.5.0/angular.js:5953–5959  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5951 }
5952
5953 function getCurrentState() {
5954 try {
5955 return history.state;
5956 } catch (e) {
5957 // MSIE can reportedly throw when there is no state (UNCONFIRMED).
5958 }
5959 }
5960
5961 // This variable should be used *only* inside the cacheState function.
5962 var lastCachedState = null;

Callers 1

cacheStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected