Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openfaas/faas
/ Getenv
Method
Getenv
gateway/types/readconfig.go:27–27 ·
view source on GitHub ↗
(key string)
Source
from the content-addressed store, hash-verified
25
// HasEnv provides interface for os.Getenv
26
type
HasEnv
interface
{
27
Getenv(key string) string
28
}
29
30
// ReadConfig constitutes config from env variables
Callers
2
Getenv
Method · 0.65
Read
Method · 0.65
Implementers
2
EnvBucket
gateway/types/readconfig_test.go
OsEnv
gateway/types/readconfig.go
Calls
no outgoing calls
Tested by
no test coverage detected