MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / Bytes

Method Bytes

values.go:108–110  ·  view source on GitHub ↗

Bytes returns the value as a byte slice. Will be nil if the value is not actually a byte slice.

()

Source from the content-addressed store, hash-verified

106
107// Bytes returns the value as a byte slice. Will be nil if the value is not actually a byte slice.
108func (rv ReturnValue) Bytes() []byte {
109 return rv.av.B
110}
111
112// Empty returns true if the value is empty or uninitialized. This
113// indicates that the underlying DynamoDB operation did not return a value.

Callers 1

TestValuesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestValuesFunction · 0.64