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

Method getHash

javascript/packages/core/lib/gen/struct.ts:1331–1333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1329 }
1330
1331 getHash(): string {
1332 return TypeMeta.fromTypeInfo(this.typeInfo, this.builder.resolver).getHash().toString();
1333 }
1334
1335 getTypeMetaBytes(): string {
1336 return this.typeMetaBytesExpr();

Callers 1

readTypeInfoThenMethod · 0.95

Calls 3

fromTypeInfoMethod · 0.80
toStringMethod · 0.65
getHashMethod · 0.65

Tested by

no test coverage detected