Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ TryBasicProgramExecution
Function
TryBasicProgramExecution
Scripts/InstallFEX.py:335–336 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
333
return
DidInstall
334
335
def
TryBasicProgramExecution():
336
return
subprocess.call([
"FEXInterpreter"
,
"/usr/bin/uname"
,
"-a"
]) == 0
337
338
def
ExitWithStatus(Status):
339
# Remove the cached credentials
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected