MCPcopy Index your code
hub / github.com/hasura/graphql-engine / deploy

Method deploy

cli/pkg/deploy/deploy.go:30–40  ·  view source on GitHub ↗
(opts ...ProjectDeployExecutorOptions)

Source from the content-addressed store, hash-verified

28}
29
30func (d *projectDeployExecutor) deploy(opts ...ProjectDeployExecutorOptions) error {
31 var op errors.Op = "deploy.projectDeployExecutor.deploy"
32 for _, opt := range opts {
33 opt(d)
34 }
35 err := d.opts.Run()
36 if err != nil {
37 return errors.E(op, err)
38 }
39 return nil
40}

Callers 1

DeployMethod · 0.80

Calls 1

RunMethod · 0.65

Tested by

no test coverage detected