MCPcopy Create free account
hub / github.com/davecgh/go-xdr / decodeFixedArray

Method decodeFixedArray

xdr2/decode.go:414–436  ·  view source on GitHub ↗

decodeFixedArray treats the next bytes as a series of XDR encoded elements of the same type as the array represented by the reflection value and decodes each element into the passed array. The ignoreOpaque flag controls whether or not uint8 (byte) elements should be decoded individually or as a fix

(v reflect.Value, ignoreOpaque bool)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

decodeStructMethod · 0.95
decodeMethod · 0.95

Calls 2

DecodeFixedOpaqueMethod · 0.95
decodeMethod · 0.95

Tested by

no test coverage detected