Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
func
FlyAppName() string {
91
return
strenv(
"FLY_APP_NAME"
,
""
)
92
}
93
94
func
ProxyDisabled() bool {
95
return
strenv(
"PROXY_DISABLED"
,
"true"
) ==
"true"
Callers
1
proxy.go
File · 0.92
Calls
1
strenv
Function · 0.85
Tested by
no test coverage detected