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

Function warn

scripts/util.py:83–84  ·  view source on GitHub ↗
(*value: object)

Source from the content-addressed store, hash-verified

81
82
83def warn(*value: object):
84 log(*value, title="WARN", color=WARN)
85
86
87def fail(*value: object):

Callers 5

cd_signer_requestFunction · 0.90
sign_executableFunction · 0.90
build_hashFunction · 0.90
skip_fish_testsFunction · 0.90
handle_messenger_msgFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected