MCPcopy Create free account
hub / github.com/celzero/midway / FlyAppName

Function FlyAppName

midway/env/env.go:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90func FlyAppName() string {
91 return strenv("FLY_APP_NAME", "")
92}
93
94func ProxyDisabled() bool {
95 return strenv("PROXY_DISABLED", "true") == "true"

Callers 1

proxy.goFile · 0.92

Calls 1

strenvFunction · 0.85

Tested by

no test coverage detected