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

Method updateSET

redimo.go:152–154  ·  view source on GitHub ↗
(attributeName string, value Value)

Source from the content-addressed store, hash-verified

150}
151
152func (b *expressionBuilder) updateSET(attributeName string, value Value) {
153 b.SET(fmt.Sprintf("#%v = :%v", attributeName, attributeName), attributeName, value.ToAV())
154}
155
156func (b *expressionBuilder) updateSetAV(attributeName string, av dynamodb.AttributeValue) {
157 b.SET(fmt.Sprintf("#%v = :%v", attributeName, attributeName), attributeName, av)

Callers 12

toPutActionMethod · 0.80
updateDeliveryActionMethod · 0.80
XCLAIMMethod · 0.80
SETMethod · 0.80
GETSETMethod · 0.80
msetMethod · 0.80
updateBothSidesActionMethod · 0.80
updateSideActionMethod · 0.80
LSETMethod · 0.80
HMSETMethod · 0.80
HSETNXMethod · 0.80

Calls 2

SETMethod · 0.95
ToAVMethod · 0.65

Tested by

no test coverage detected