Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
def
isCi() -> bool:
22
return
os.environ.get(
"CI"
) is not None
23
24
25
@cache
Callers
1
log
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected