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

Method Run

cli/commands/metadata_apply.go:79–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (o *MetadataApplyOptions) Run() error {
80 var op errors.Op = "commands.MetadataApplyOptions.Run"
81 err := getMetadataModeHandler(o.EC.MetadataMode).Apply(o)
82 if err != nil {
83 return errors.E(op, err)
84 }
85 return nil
86}
87
88func errorApplyingMetadata(err error) error {
89 var op errors.Op = "commands.errorApplyingMetadata"

Callers 4

newMetadataApplyCmdFunction · 0.95
runMethod · 0.95
ExecuteMethod · 0.95
ExecuteMethod · 0.95

Calls 2

getMetadataModeHandlerFunction · 0.85
ApplyMethod · 0.65

Tested by

no test coverage detected