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

Function isCi

scripts/util.py:21–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20@cache
21def isCi() -> bool:
22 return os.environ.get("CI") is not None
23
24
25@cache

Callers 1

logFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected