MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / Name

Method Name

db/functions.go:41–41  ·  view source on GitHub ↗

The function's name

()

Source from the content-addressed store, hash-verified

39type UserFunction interface {
40 // The function's name
41 Name() string
42
43 // Returns the name assigned to the N1QL query, if there is one.
44 N1QLQueryName() (string, bool)

Implementers 1

functionImpldb/functions/function.go

Calls

no outgoing calls