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

Method SkipBody

csharp/src/Fory/TypeMeta.cs:634–637  ·  view source on GitHub ↗
(ByteReader reader, ulong header)

Source from the content-addressed store, hash-verified

632 }
633
634 internal static void SkipBody(ByteReader reader, ulong header)
635 {
636 reader.Skip(ReadBodySize(reader, header));
637 }
638
639 private static ulong ComputeHeaderLowBits(int bodyLength, bool compressed)
640 {

Callers 4

ReadTypeMetaMethod · 0.80
ReadTypeInfoCoreMethod · 0.80
ReadNamedTypeInfoMethod · 0.80
ReadAnyTypeInfoMethod · 0.80

Calls 1

SkipMethod · 0.45

Tested by

no test coverage detected