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

Method SkipFieldValue

csharp/src/Fory/FieldSkipper.cs:22–25  ·  view source on GitHub ↗
(ReadContext context, TypeMetaFieldType fieldType)

Source from the content-addressed store, hash-verified

20public static class FieldSkipper
21{
22 public static void SkipFieldValue(ReadContext context, TypeMetaFieldType fieldType)
23 {
24 SkipValue(context, fieldType, RefModeExtensions.From(fieldType.Nullable, fieldType.TrackRef));
25 }
26
27 private static void SkipValue(
28 ReadContext context,

Callers 1

Calls 1

FromMethod · 0.80

Tested by 1