MCPcopy Create free account
hub / github.com/Snapchat/Valdi / error

Function error

tools/api_surface/check_api_surface.py:37–38  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

35
36
37def error(msg: str):
38 print(f" {RED}ERROR{RESET}: {msg}")
39
40
41def _diff_dict(baseline: dict, current: dict, kind: str):

Callers 1

checkFunction · 0.70

Calls 1

printFunction · 0.85

Tested by

no test coverage detected