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

Method Invoke

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

Creates an invocation of the function, which can then be run or iterated.

(db *Database, args map[string]interface{}, mutationAllowed bool, ctx context.Context)

Source from the content-addressed store, hash-verified

45
46 // Creates an invocation of the function, which can then be run or iterated.
47 Invoke(db *Database, args map[string]interface{}, mutationAllowed bool, ctx context.Context) (UserFunctionInvocation, error)
48}
49
50// The context for running a user function; created by UserFunction.Invoke.

Callers 1

GetUserFunctionMethod · 0.65

Implementers 1

functionImpldb/functions/function.go

Calls

no outgoing calls

Tested by

no test coverage detected