MCPcopy
hub / github.com/angular-ui/ui-grid / isStateExceptionHandled

Function isStateExceptionHandled

lib/test/angular/1.8.0/angular.js:18333–18335  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

18331}
18332
18333function isStateExceptionHandled(state) {
18334 return !!state.pur;
18335}
18336function markQStateExceptionHandled(state) {
18337 state.pur = true;
18338}

Callers 2

processChecksFunction · 0.70
scheduleProcessQueueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected