MCPcopy
hub / github.com/facebookresearch/encodec / fatal

Function fatal

encodec/__main__.py:56–58  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

54
55
56def fatal(*args):
57 print(*args, file=sys.stderr)
58 sys.exit(1)
59
60
61def check_output_exists(args):

Callers 2

check_output_existsFunction · 0.85
mainFunction · 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…