Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/sync_gateway
/ isN1QL
Method
isN1QL
db/functions/function.go:133–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
func
(fn *functionImpl) isN1QL() bool {
134
return
fn.compiled == nil
135
}
136
137
func
(fn *functionImpl) N1QLQueryName() (string, bool) {
138
if
fn.isN1QL() {
Callers
2
N1QLQueryName
Method · 0.95
Invoke
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected