MCPcopy
hub / github.com/hasura/graphql-engine / FunctionConfig

Struct FunctionConfig

cli/internal/metadataobject/functions/functions.go:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type FunctionConfig struct {
16 MetadataDir string
17
18 logger *logrus.Logger
19}
20
21func New(ec *cli.ExecutionContext, baseDir string) *FunctionConfig {
22 return &FunctionConfig{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected