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

Method decodeArray

xdr2/decode.go:453–495  ·  view source on GitHub ↗

decodeArray treats the next bytes as a variable length series of XDR encoded elements of the same type as the array represented by the reflection value. The number of elements is obtained by first decoding the unsigned integer element count. Then each element is decoded into the passed array. The i

(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 4

DecodeUintMethod · 0.95
DecodeFixedOpaqueMethod · 0.95
decodeMethod · 0.95
unmarshalErrorFunction · 0.70

Tested by

no test coverage detected