MCPcopy 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
21func emailEnv(name string) string {
22 return utils.PrefixEnvVar("EMAIL_" + name)
23}
24
25func CLIFlags() []cli.Flag {
26 flag := []cli.Flag{

Callers 1

CLIFlagsFunction · 0.85

Calls 1

PrefixEnvVarFunction · 0.92

Tested by

no test coverage detected