Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readTypeInfoThen
Method · 0.95
Calls
3
fromTypeInfo
Method · 0.80
toString
Method · 0.65
getHash
Method · 0.65
Tested by
no test coverage detected