MCPcopy Create free account
hub / github.com/coder/envbox / String

Method String

xunix/env.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (e Env) String() string {
33 return fmt.Sprintf("%s=%s", e.Name, e.Value)
34}
35
36func MustLookupEnv(e string) string {
37 env, ok := os.LookupEnv(e)

Callers 6

runDockerCVMFunction · 0.45
IsSetFunction · 0.45
TestCliflagFunction · 0.45
randomFlagFunction · 0.45
TestPrefixSuffixWriterFunction · 0.45
mustNextIPv4Function · 0.45

Calls

no outgoing calls

Tested by 3

TestCliflagFunction · 0.36
randomFlagFunction · 0.36
TestPrefixSuffixWriterFunction · 0.36