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

Method SET

redimo.go:71–75  ·  view source on GitHub ↗
(clause string, key string, val dynamodb.AttributeValue)

Source from the content-addressed store, hash-verified

69}
70
71func (b *expressionBuilder) SET(clause string, key string, val dynamodb.AttributeValue) {
72 b.clauses["SET"] = append(b.clauses["SET"], clause)
73 b.keys[key] = struct{}{}
74 b.values[key] = val
75}
76
77func (b *expressionBuilder) condition(condition string, references ...string) {
78 b.conditions = append(b.conditions, condition)

Callers 2

updateSETMethod · 0.95
updateSetAVMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected