Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
75
def
display_error(message: str) -> None:
76
_ui.display_error(message)
77
78
79
def
log(record: LogRecord) -> None:
Callers
nothing calls this directly
Calls
1
display_error
Method · 0.80
Tested by
no test coverage detected