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

Method HasInlineTypeInfo

csharp/src/Fory/FieldSkipper.cs:74–83  ·  view source on GitHub ↗
(uint typeId)

Source from the content-addressed store, hash-verified

72 }
73
74 private static bool HasInlineTypeInfo(uint typeId)
75 {
76 if (typeId == (uint)TypeId.Unknown)
77 {
78 return true;
79 }
80
81 return typeId <= (uint)TypeId.Float64Array &&
82 TypeResolver.NeedToWriteTypeInfoForField((TypeId)typeId);
83 }
84
85 private static object? ReadInlineTypedValue(ReadContext context, RefMode refMode)
86 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected