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

Method EnsureAssignedFieldIds

csharp/src/Fory/TypeMeta.cs:458–467  ·  view source on GitHub ↗
(IReadOnlyList<TypeMetaFieldInfo> localFieldInfos)

Source from the content-addressed store, hash-verified

456 public ulong HeaderHash { get; }
457
458 internal void EnsureAssignedFieldIds(IReadOnlyList<TypeMetaFieldInfo> localFieldInfos)
459 {
460 if (_hasAssignedFieldIds)
461 {
462 return;
463 }
464
465 AssignFieldIds(this, localFieldInfos);
466 _hasAssignedFieldIds = true;
467 }
468
469 public byte[] Encode()
470 {

Callers 3

ReadRegisteredValueMethod · 0.80
ReadAnyTypeInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected