Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ GetTypeMeta
Method
GetTypeMeta
csharp/src/Fory/ReadContext.cs:359–362 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
357
}
358
359
public TypeMeta? GetTypeMeta<T>()
360
{
361
return GetTypeMeta(typeof(T));
362
}
363
364
private TypeMeta? GetTypeMeta(Type type)
365
{
Callers
nothing calls this directly
Calls
2
Get
Method · 0.45
TryGetValue
Method · 0.45
Tested by
no test coverage detected