Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cayleygraph/cayley
/ SetRegexpOp
Method
SetRegexpOp
graph/sql/optimizer.go:38–40 ·
view source on GitHub ↗
(op CmpOp)
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(opt *Optimizer) SetRegexpOp(op CmpOp) {
39
opt.regexpOp = op
40
}
41
42
func
(opt *Optimizer) NoOffsetWithoutLimit() {
43
opt.noOffsetWithoutLimit = true
Callers
1
New
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected