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

Function canReadVarintRun

go/fory/struct.go:2592–2594  ·  view source on GitHub ↗
(field *FieldInfo)

Source from the content-addressed store, hash-verified

2590}
2591
2592func canReadVarintRun(field *FieldInfo) bool {
2593 return field.ReadAction == remoteFieldReadExactVarint
2594}
2595
2596func readExactVarintPrimitiveRun(ctx *ReadContext, fields []FieldInfo, start int, ptr unsafe.Pointer) int {
2597 end := start

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected