MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / GetArch

Function GetArch

Scripts/InstallFEX.py:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8_Arch = None
9def GetArch():
10 global _Arch
11
12 if _Arch == None:
13 _Arch = subprocess.check_output(['uname', '-m']).decode("utf-8").strip()
14 return _Arch
15
16_Distro = None
17def GetDistro():

Callers 2

IsSupportedArchFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected