MCPcopy 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
31def isLinux() -> bool:
32 return platform.system() == "Linux"
33
34
35@cache

Callers 4

run_cargo_testsFunction · 0.90
generate_shaFunction · 0.90
buildFunction · 0.90
rust_envFunction · 0.90

Calls

no outgoing calls

Tested by 1

run_cargo_testsFunction · 0.72