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

Method isFirst

javascript/packages/core/lib/gen/map.ts:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 public isFirst() {
118 return this.chunkSize === 0 || this.chunkSize === 1;
119 }
120
121 next(keyInfo: ElementInfo, valueInfo: ElementInfo) {
122 if (keyInfo.isNull || valueInfo.isNull) {

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected