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

Method getFieldMeta

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

Source from the content-addressed store, hash-verified

111 }
112
113 getFieldMeta(name) {
114 this.fieldsMeta[name] = this.fieldsMeta[name] || {};
115 return this.fieldsMeta[name];
116 }
117
118 getValueFromFields(name, fields) {
119 const field = fields[name];

Callers 13

FieldsStoreClass · 0.95
setFieldsMethod · 0.95
getValueFromFieldsMethod · 0.95
getValidFieldsNameMethod · 0.95
getNotCollectedFieldsMethod · 0.95
onCollectCommonFunction · 0.80
getFieldDecoratorFunction · 0.80
getFieldPropsFunction · 0.80
saveRefFunction · 0.80
cleanUpUselessFieldsFunction · 0.80
validateFieldsInternalFunction · 0.80
validateFieldsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected