Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
def
isDarwin() -> bool:
27
return
platform.system() ==
"Darwin"
28
29
30
@cache
Callers
5
build_chat_bin
Function · 0.90
generate_sha
Function · 0.90
build
Function · 0.90
rust_env
Function · 0.90
get_target_triple
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected