MCPcopy
hub / github.com/react-component/form / getField

Method getField

src/createFieldsStore.js:168–173  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

166 }
167
168 getField(name) {
169 return {
170 ...this.fields[name],
171 name,
172 };
173 }
174
175 getNotCollectedFields() {
176 const fieldsName = this.getValidFieldsName();

Callers 9

getFieldMemberMethod · 0.95
onCollectCommonFunction · 0.80
getFieldPropsFunction · 0.80
setFieldsFunction · 0.80
saveRefFunction · 0.80
validateFieldsInternalFunction · 0.80
validateFieldsFunction · 0.80
componentWillUnmountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected