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

Method SkipPackedArray

csharp/src/Fory/FieldSkipper.cs:320–324  ·  view source on GitHub ↗
(ReadContext context)

Source from the content-addressed store, hash-verified

318 }
319
320 private static void SkipPackedArray(ReadContext context)
321 {
322 int byteSize = checked((int)context.Reader.ReadVarUInt32());
323 context.Reader.Skip(byteSize);
324 }
325
326 private static void SkipListOrSet(ReadContext context, TypeMetaFieldType fieldType)
327 {

Callers

nothing calls this directly

Calls 2

ReadVarUInt32Method · 0.80
SkipMethod · 0.45

Tested by

no test coverage detected