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

Function error

extlibs/lua/src/lundump.c:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40static l_noret error (LoadState *S, const char *why) {
41 luaO_pushfstring(S->L, "%s: bad binary format (%s)", S->name, why);
42 luaD_throw(S->L, LUA_ERRSYNTAX);
43}
44
45
46/*

Callers 7

loadBlockFunction · 0.70
loadByteFunction · 0.70
loadUnsignedFunction · 0.70
loadStringFunction · 0.70
checkliteralFunction · 0.70
fchecksizeFunction · 0.70
checkHeaderFunction · 0.70

Calls 2

luaO_pushfstringFunction · 0.85
luaD_throwFunction · 0.85

Tested by

no test coverage detected