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

Function partOf

src/createFieldsStore.js:10–12  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

8} from './utils';
9
10function partOf(a, b) {
11 return b.indexOf(a) === 0 && ['.', '['].indexOf(b[a.length]) !== -1;
12}
13
14function internalFlattenFields(fields) {
15 return flattenFields(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected