MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / error

Function error

emsize.py:34–36  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

32
33
34def error(text):
35 print(text, file=sys.stderr, flush=True)
36 return 1
37
38
39def parse_args(argv):

Callers 1

print_sizesFunction · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected