MCPcopy Index your code
hub / github.com/go-task/task / getEnv

Function getEnv

experiments/experiments.go:65–68  ·  view source on GitHub ↗
(xName string)

Source from the content-addressed store, hash-verified

63}
64
65func getEnv(xName string) string {
66 envName := fmt.Sprintf("%s%s", envPrefix, xName)
67 return os.Getenv(envName)
68}
69
70func getFilePath(filename, dir string) string {
71 if dir != "" {

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…