Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dvajs/dva
/ isAllFunction
Function
isAllFunction
packages/dva-core/src/checkModel.js:66–68 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
64
}
65
66
function
isAllFunction(obj) {
67
return
Object.keys(obj).every(key => isFunction(obj[key]));
68
}
Callers
1
checkModel
Function · 0.85
Calls
1
isFunction
Function · 0.90
Tested by
no test coverage detected