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

Method updateSetAV

redimo.go:156–158  ·  view source on GitHub ↗
(attributeName string, av dynamodb.AttributeValue)

Source from the content-addressed store, hash-verified

154}
155
156func (b *expressionBuilder) updateSetAV(attributeName string, av dynamodb.AttributeValue) {
157 b.SET(fmt.Sprintf("#%v = :%v", attributeName, attributeName), attributeName, av)
158}
159
160func (b *expressionBuilder) addConditionNotExists(attributeName string) {
161 b.condition(fmt.Sprintf("attribute_not_exists(#%v)", attributeName), attributeName)

Callers 3

GEOADDMethod · 0.80
ZADDMethod · 0.80
HSETMethod · 0.80

Calls 1

SETMethod · 0.95

Tested by

no test coverage detected