Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrettMayson/Arma3Server
/ env_defined
Function
env_defined
launch.py:16–17 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
14
return
' -{}="{}" '
.format(name,
";"
.join(mods))
15
16
def
env_defined(key):
17
return
key in os.environ and len(os.environ[key]) > 0
18
19
CONFIG_FILE = os.environ[
"ARMA_CONFIG"
]
20
KEYS =
"/arma3/server/keys"
Callers
1
launch.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected