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

Method addConditionExists

redimo.go:164–166  ·  view source on GitHub ↗
(attributeName string)

Source from the content-addressed store, hash-verified

162}
163
164func (b *expressionBuilder) addConditionExists(attributeName string) {
165 b.condition(fmt.Sprintf("attribute_exists(#%v)", attributeName), attributeName)
166}
167
168func newExpresionBuilder() expressionBuilder {
169 return expressionBuilder{

Callers 5

XCLAIMMethod · 0.80
SETMethod · 0.80
SMOVEMethod · 0.80
LSETMethod · 0.80
ZADDMethod · 0.80

Calls 1

conditionMethod · 0.95

Tested by

no test coverage detected