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

Function stringField

benchmarks/javascript/benchmark.js:130–132  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

128}
129
130function stringField(id) {
131 return Type.string().setId(id);
132}
133
134function listField(id, inner) {
135 return Type.list(inner).setId(id);

Callers 2

createSchemasFunction · 0.85
createSchemasV2Function · 0.85

Calls 2

setIdMethod · 0.45
stringMethod · 0.45

Tested by

no test coverage detected