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

Method encodeArray

xdr/encode.go:413–421  ·  view source on GitHub ↗

encodeArray appends an XDR encoded integer representing the number of elements in the passed slice represented by the reflection value followed by the XDR encoded representation of each element in slice to the Encoder's data. The ignoreOpaque flag controls whether or not uint8 (byte) elements shoul

(v reflect.Value, ignoreOpaque bool)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

encodeStructMethod · 0.95
encodeMethod · 0.95

Calls 2

encodeMethod · 0.95
encodeFixedArrayMethod · 0.95

Tested by

no test coverage detected