MCPcopy Create free account
hub / github.com/apache/fory / listField

Function listField

benchmarks/javascript/benchmark.js:134–136  ·  view source on GitHub ↗
(id, inner)

Source from the content-addressed store, hash-verified

132}
133
134function listField(id, inner) {
135 return Type.list(inner).setId(id);
136}
137
138function boolArrayField(id) {
139 return Type.boolArray().setId(id);

Callers 2

createSchemasFunction · 0.85
createSchemasV2Function · 0.85

Calls 2

setIdMethod · 0.45
listMethod · 0.45

Tested by

no test coverage detected