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

Method ToAV

values.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (bv BytesValue) ToAV() dynamodb.AttributeValue {
66 return dynamodb.AttributeValue{B: bv.B}
67}
68
69// ReturnValue holds a value returned by DynamoDB. There are convenience methods used to coerce the held value into common types,
70// but you can also retrieve the raw dynamodb.AttributeValue by calling ToAV if you would like to do custom decoding.

Callers 1

TestValuesFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestValuesFunction · 0.76