Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
def
abort(message):
20
print(message, file=sys.stderr)
21
sys.exit(1)
22
23
24
class
Field(object):
Callers
15
load_meta_file
Method · 0.70
render
Method · 0.70
write
Method · 0.70
mdb_assert_fail
Function · 0.50
assert_fail_abort
Function · 0.50
luaD_throw
Function · 0.50
luaD_throw
Function · 0.50
m3_Abort
Function · 0.50
abort_noreturn
Function · 0.50
test_langs_sorted
Function · 0.50
ConsumeIntegralInRange
Method · 0.50
ConsumeFloatingPointInRange
Method · 0.50
Calls
2
exit
Method · 0.80
print
Function · 0.50
Tested by
2
test_langs_sorted
Function · 0.40
failed_out_of_a_testing_context
Function · 0.40