MCPcopy 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
194func (c *ReadContext) ReadTypeId() TypeId {
195 return TypeId(c.buffer.ReadUint8(c.Err()))
196}
197
198func (c *ReadContext) getTypeInfoByType(type_ reflect.Type) *TypeInfo {
199 if type_ == nil {

Callers 1

ReadAndValidateTypeIdMethod · 0.95

Calls 3

ErrMethod · 0.95
ReadUint8Method · 0.80
TypeIdEnum · 0.50

Tested by

no test coverage detected