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