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

Function pathForEnv

cli/cmd/env/pull.go:146–151  ·  view source on GitHub ↗
(env string)

Source from the content-addressed store, hash-verified

144}
145
146func pathForEnv(env string) string {
147 if env == "" {
148 return ".env"
149 }
150 return fmt.Sprintf(".%s.env", env)
151}

Callers 2

PushCmdFunction · 0.85
PullVarsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected