MCPcopy
hub / github.com/GitGuardian/ggshield / display_error

Function display_error

ggshield/core/ui/__init__.py:75–76  ·  view source on GitHub ↗
(message: str)

Source from the content-addressed store, hash-verified

73
74
75def display_error(message: str) -> None:
76 _ui.display_error(message)
77
78
79def log(record: LogRecord) -> None:

Callers

nothing calls this directly

Calls 1

display_errorMethod · 0.80

Tested by

no test coverage detected