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

Function warn

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

Source from the content-addressed store, hash-verified

31
32
33def warn(msg: str):
34 print(f" {YELLOW}WARNING{RESET}: {msg}")
35
36
37def error(msg: str):

Callers 1

checkFunction · 0.70

Calls 1

printFunction · 0.85

Tested by

no test coverage detected