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

Function getCurrentState

lib/test/angular/1.4.3/angular.js:5538–5544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5536 }
5537
5538 function getCurrentState() {
5539 try {
5540 return history.state;
5541 } catch (e) {
5542 // MSIE can reportedly throw when there is no state (UNCONFIRMED).
5543 }
5544 }
5545
5546 // This variable should be used *only* inside the cacheState function.
5547 var lastCachedState = null;

Callers 4

cacheStateFunction · 0.70
cacheStateFunction · 0.50
cacheStateFunction · 0.50
cacheStateFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected