Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ is_linux
Function
is_linux
src/utils/os_utils.py:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
is_linux():
13
global os_name
14
return
os_name ==
'posix'
15
16
17
def
is_mac():
Callers
1
is_pty_supported
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected