Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ethstorage/es-node
/ emailEnv
Function
emailEnv
ethstorage/email/cli.go:21–23 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
19
)
20
21
func
emailEnv(name string) string {
22
return
utils.PrefixEnvVar(
"EMAIL_"
+ name)
23
}
24
25
func
CLIFlags() []cli.Flag {
26
flag := []cli.Flag{
Callers
1
CLIFlags
Function · 0.85
Calls
1
PrefixEnvVar
Function · 0.92
Tested by
no test coverage detected