Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react-component/form
/ isEmptyObject
Function
isEmptyObject
src/utils.js:140–142 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
138
}
139
140
export
function
isEmptyObject(obj) {
141
return
Object.keys(obj).length === 0;
142
}
143
144
export
function
hasRules(validate) {
145
if
(validate) {
Callers
1
validateFieldsInternal
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected