Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
func
NewCustomComparisonOperator(op string, v
interface
{}) *Comparison {
59
return
&Comparison{t: ComparisonOperatorCustom, op: op, v: v}
60
}
Callers
2
Op
Function · 0.92
TestComparisonOperators
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestComparisonOperators
Function · 0.74
Used in the wild
real call sites across dependent graphs
searching dependent graphs…