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

Struct jsInvocation

db/functions/js_function.go:25–30  ·  view source on GitHub ↗

implements UserFunctionInvocation

Source from the content-addressed store, hash-verified

23
24// implements UserFunctionInvocation
25type jsInvocation struct {
26 *functionImpl
27 db *db.Database
28 ctx context.Context
29 args map[string]any
30}
31
32func (fn *jsInvocation) Iterate() (sgbucket.QueryResultIterator, error) {
33 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected