Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ simpleCompare
Function
simpleCompare
test/angular/1.6/angular.js:1159–1159 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1157
1158
// eslint-disable-next-line no-self-compare
1159
function
simpleCompare(a, b) {
return
a === b || (a !== a && b !== b); }
1160
1161
1162
/**
Callers
2
equals
Function · 0.70
recordChanges
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected