Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
(e Env) String() string {
33
return
fmt.Sprintf(
"%s=%s"
, e.Name, e.Value)
34
}
35
36
func
MustLookupEnv(e string) string {
37
env, ok := os.LookupEnv(e)
Callers
6
runDockerCVM
Function · 0.45
IsSet
Function · 0.45
TestCliflag
Function · 0.45
randomFlag
Function · 0.45
TestPrefixSuffixWriter
Function · 0.45
mustNextIPv4
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestCliflag
Function · 0.36
randomFlag
Function · 0.36
TestPrefixSuffixWriter
Function · 0.36