Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react-component/form
/ isFormField
Function
isFormField
src/createFormField.js:7–9 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
5
}
6
7
export
function
isFormField(obj) {
8
return
obj instanceof Field;
9
}
10
11
export
default
function
createFormField(field) {
12
if
(isFormField(field)) {
Callers
3
internalFlattenFields
Function · 0.90
utils.spec.js
File · 0.90
createFormField
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected