Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ simpleCompare
Function
simpleCompare
lib/test/angular/1.6.7/angular.js:1149–1149 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1147
1148
// eslint-disable-next-line no-self-compare
1149
function
simpleCompare(a, b) {
return
a === b || (a !== a && b !== b); }
1150
1151
1152
/**
Callers
2
equals
Function · 0.70
recordChanges
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected