MCPcopy 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
133func (fn *functionImpl) isN1QL() bool {
134 return fn.compiled == nil
135}
136
137func (fn *functionImpl) N1QLQueryName() (string, bool) {
138 if fn.isN1QL() {

Callers 2

N1QLQueryNameMethod · 0.95
InvokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected