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

Struct VersionConfig

cli/internal/metadataobject/version/version.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type VersionConfig struct {
20 MetadataDir string
21}
22
23func New(ec *cli.ExecutionContext, baseDir string) *VersionConfig {
24 err := ec.Version.GetServerFeatureFlags()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected