Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-ui/ui-grid
/ simpleCompare
Function
simpleCompare
lib/test/angular/1.7.0/angular.js:1117–1117 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1115
1116
// eslint-disable-next-line no-self-compare
1117
function
simpleCompare(a, b) {
return
a === b || (a !== a && b !== b); }
1118
1119
1120
/**
Callers
2
equals
Function · 0.70
recordChanges
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected