MCPcopy Index your code
hub / github.com/redpanda-data/connect / Example

Method Example

internal/impl/javascript/functions.go:54–57  ·  view source on GitHub ↗
(example string)

Source from the content-addressed store, hash-verified

52}
53
54func (j *jsFunctionDefinition) Example(example string) *jsFunctionDefinition {
55 j.examples = append(j.examples, example)
56 return j
57}
58
59func (j *jsFunctionDefinition) FnCtor(ctor func(r *vmRunner) jsFunction) *jsFunctionDefinition {
60 j.ctor = ctor

Callers 15

ConfigFieldsFunction · 0.80
FieldSpecFunction · 0.80
newPostgresCDCConfigFunction · 0.80
clientFieldsFunction · 0.80
mongoConfigSpecFunction · 0.80
specFunction · 0.80
outputSpecFunction · 0.80
inputSpecFunction · 0.80
registerParseJwtMethodFunction · 0.80
initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected