Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sshwsfc/xadmin
/ if
Function
if
xadmin-dashboard/src/components/Cell.js:64–66 ·
view source on GitHub ↗
(objA === objB)
Source
from the content-addressed store, hash-verified
62
63
const
shallowEqual = (objA, objB) => {
64
if
(objA === objB) {
65
return
true
66
}
67
if
(!_.isPlainObject(objA) || !_.isPlainObject(objB)) {
68
return
false
69
}
Callers
3
Cell.js
File · 0.70
ComponentTree.js
File · 0.50
PropForm.js
File · 0.50
Calls
1
shallowEqual
Function · 0.85
Tested by
no test coverage detected