MCPcopy Index your code
hub / github.com/angular-ui/ui-router / simpleCompare

Function simpleCompare

test/angular/1.7/angular.js:1156–1156  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

1154
1155// eslint-disable-next-line no-self-compare
1156function simpleCompare(a, b) { return a === b || (a !== a && b !== b); }
1157
1158
1159/**

Callers 2

equalsFunction · 0.70
recordChangesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected