MCPcopy
hub / github.com/netdata/netdata / String

Method String

src/go/plugin/framework/functions/parser.go:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (f *Function) String() string {
37 return fmt.Sprintf("key: '%s', uid: '%s', timeout: '%s', function: '%s', args: '%v', permissions: '%s', source: '%s', contentType: '%s', payload: '%s'",
38 f.key, f.UID, f.Timeout, f.Name, f.Args, f.Permissions, f.Source, f.ContentType, string(f.Payload))
39}
40
41func newInputParser() *inputParser {
42 return &inputParser{}

Callers 4

NewFunction · 0.45
handlePayloadLineMethod · 0.45
NewManagerFunction · 0.45

Calls

no outgoing calls

Tested by 1