MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / isDarwin

Function isDarwin

scripts/util.py:26–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25@cache
26def isDarwin() -> bool:
27 return platform.system() == "Darwin"
28
29
30@cache

Callers 5

build_chat_binFunction · 0.90
generate_shaFunction · 0.90
buildFunction · 0.90
rust_envFunction · 0.90
get_target_tripleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected