MCPcopy Create free account
hub / github.com/comaps/comaps / error

Function error

tools/python/check_store_metadata.py:115–117  ·  view source on GitHub ↗
(path, message, *args, **kwargs)

Source from the content-addressed store, hash-verified

113verbose = False
114
115def error(path, message, *args, **kwargs):
116 print(f'ERROR: {path}', message.format(*args, **kwargs), file=sys.stderr)
117 return False
118
119
120def done(path, ok):

Callers 6

check_rawFunction · 0.85
check_textFunction · 0.85
check_urlFunction · 0.85
check_exactFunction · 0.85
check_androidFunction · 0.85
check_iosFunction · 0.85

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected