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

Function int32Field

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

Source from the content-addressed store, hash-verified

108}
109
110function int32Field(id) {
111 return Type.int32().setId(id);
112}
113
114function int64Field(id) {
115 return Type.int64().setId(id);

Callers 2

createSchemasFunction · 0.85
createSchemasV2Function · 0.85

Calls 2

int32Method · 0.80
setIdMethod · 0.45

Tested by

no test coverage detected