Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
146
func
pathForEnv(env string) string {
147
if
env ==
""
{
148
return
".env"
149
}
150
return
fmt.Sprintf(
".%s.env"
, env)
151
}
Callers
2
PushCmd
Function · 0.85
PullVars
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected