Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReadTypeId
Method
ReadTypeId
go/fory/reader.go:194–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
func
(c *ReadContext) ReadTypeId() TypeId {
195
return
TypeId(c.buffer.ReadUint8(c.Err()))
196
}
197
198
func
(c *ReadContext) getTypeInfoByType(type_ reflect.Type) *TypeInfo {
199
if
type_ == nil {
Callers
1
ReadAndValidateTypeId
Method · 0.95
Calls
3
Err
Method · 0.95
ReadUint8
Method · 0.80
TypeId
Enum · 0.50
Tested by
no test coverage detected