MCPcopy
hub / github.com/hacs/integration / error

Function error

action/action.py:50–52  ·  view source on GitHub ↗
(error: str)

Source from the content-addressed store, hash-verified

48
49
50def error(error: str):
51 LOGGER.error(error)
52 exit(1)
53
54
55def output_in_group(group: str, content: str):

Callers 3

choose_repositoryFunction · 0.85
preflightFunction · 0.85
validate_repositoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…