MCPcopy Index your code
hub / github.com/rilldata/rill / LocalProjectPath

Method LocalProjectPath

cli/cmd/project/deploy.go:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (o *DeployOpts) LocalProjectPath() string {
58 if o.SubPath != "" {
59 return filepath.Join(o.GitPath, o.SubPath)
60 }
61 return o.GitPath
62}
63
64func (o *DeployOpts) ValidateAndApplyDefaults(ctx context.Context, ch *cmdutil.Helper) error {
65 if o.remoteURL != "" {

Callers 4

ConnectGithubFlowFunction · 0.80
DeployWithUploadFlowFunction · 0.80
redeployProjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected