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

Function canReadFixedRun

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

Source from the content-addressed store, hash-verified

2462}
2463
2464func canReadFixedRun(field *FieldInfo) bool {
2465 return field.ReadAction == remoteFieldReadExactFixed
2466}
2467
2468func readExactFixedPrimitiveRun(ctx *ReadContext, fields []FieldInfo, start int, ptr unsafe.Pointer) int {
2469 end := start

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected