MCPcopy 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
36def isMusl() -> bool:
37 return os.environ.get("AMAZON_Q_BUILD_MUSL") is not None
38
39
40@cache

Callers 2

cargo_cmd_nameFunction · 0.90
get_target_tripleFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected