Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ isLinux
Function
isLinux
syncplay/utils.py:31–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
31
def
isLinux():
32
return
sys.platform.startswith(constants.OS_LINUX)
33
34
35
def
isMacOS():
Callers
5
__init__
Method · 0.90
browsePlayerpath
Method · 0.90
gui.py
File · 0.90
paint
Method · 0.90
openUserGuide
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected