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

Function debug

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

Source from the content-addressed store, hash-verified

73
74
75def debug(*value: object):
76 log(*value, title="DEBUG", color=DEBUG)
77
78
79def info(*value: object):

Callers 2

cd_signer_requestFunction · 0.90
notarize_executableFunction · 0.90

Calls 1

logFunction · 0.85

Tested by

no test coverage detected