Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
function
partOf(a, b) {
11
return
b.indexOf(a) === 0 && [
'.'
,
'['
].indexOf(b[a.length]) !== -1;
12
}
13
14
function
internalFlattenFields(fields) {
15
return
flattenFields(
Callers
1
isValidNestedFieldName
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected