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

Method endChunk

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

Source from the content-addressed store, hash-verified

145 }
146
147 endChunk() {
148 if (this.chunkOffset > 0) {
149 this.writeContext.writer.setUint8Position(
150 this.chunkOffset,
151 this.chunkSize,
152 );
153 this.chunkSize = 0;
154 }
155 }
156}
157
158class MapAnySerializer {

Callers 2

nextMethod · 0.95
writeMethod · 0.95

Calls 1

setUint8PositionMethod · 0.45

Tested by

no test coverage detected