Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/amazon-q-developer-cli
/ isLinux
Function
isLinux
scripts/util.py:31–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
@cache
31
def
isLinux() -> bool:
32
return
platform.system() ==
"Linux"
33
34
35
@cache
Callers
4
run_cargo_tests
Function · 0.90
generate_sha
Function · 0.90
build
Function · 0.90
rust_env
Function · 0.90
Calls
no outgoing calls
Tested by
1
run_cargo_tests
Function · 0.72