MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / abort

Function abort

tools/meta_codegen/framework/old_framework.py:19–21  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

17
18
19def abort(message):
20 print(message, file=sys.stderr)
21 sys.exit(1)
22
23
24class Field(object):

Callers 15

load_meta_fileMethod · 0.70
renderMethod · 0.70
writeMethod · 0.70
mdb_assert_failFunction · 0.50
assert_fail_abortFunction · 0.50
luaD_throwFunction · 0.50
luaD_throwFunction · 0.50
m3_AbortFunction · 0.50
abort_noreturnFunction · 0.50
test_langs_sortedFunction · 0.50

Calls 2

exitMethod · 0.80
printFunction · 0.50

Tested by 2

test_langs_sortedFunction · 0.40