MCPcopy Create free account
hub / github.com/upper/db / NewCustomComparisonOperator

Function NewCustomComparisonOperator

internal/adapter/comparison.go:58–60  ·  view source on GitHub ↗
(op string, v interface{})

Source from the content-addressed store, hash-verified

56}
57
58func NewCustomComparisonOperator(op string, v interface{}) *Comparison {
59 return &Comparison{t: ComparisonOperatorCustom, op: op, v: v}
60}

Callers 2

OpFunction · 0.92
TestComparisonOperatorsFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestComparisonOperatorsFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…