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

Method GetTypeMetaHeaderHash

csharp/src/Fory/TypeInfo.cs:553–556  ·  view source on GitHub ↗
(bool trackRef)

Source from the content-addressed store, hash-verified

551 }
552
553 public ulong GetTypeMetaHeaderHash(bool trackRef)
554 {
555 return GetTypeMetaCacheEntry(trackRef).HeaderHash;
556 }
557
558 internal bool IsRegistered { get; }
559

Callers 1

ComputeVersionHashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected