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

Function isStateExceptionHandled

lib/test/angular/1.7.0/angular.js:17694–17696  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

17692}
17693
17694function isStateExceptionHandled(state) {
17695 return !!state.pur;
17696}
17697function markQStateExceptionHandled(state) {
17698 state.pur = true;
17699}

Callers 2

processChecksFunction · 0.70
scheduleProcessQueueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected