Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ isMusl
Function
isMusl
scripts/util.py:36–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
@cache
36
def
isMusl() -> bool:
37
return
os.environ.get(
"AMAZON_Q_BUILD_MUSL"
) is not None
38
39
40
@cache
Callers
2
cargo_cmd_name
Function · 0.90
get_target_triple
Function · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected