Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ error
Function
error
depends/lua/src/lundump.c:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
39
static l_noret error(LoadState *S, const char *why) {
40
luaO_pushfstring(S->L,
"%s: %s precompiled chunk"
, S->name, why);
41
luaD_throw(S->L, LUA_ERRSYNTAX);
42
}
43
44
45
/*
Callers
4
LoadBlock
Function · 0.70
checkliteral
Function · 0.70
fchecksize
Function · 0.70
checkHeader
Function · 0.70
Calls
2
luaO_pushfstring
Function · 0.85
luaD_throw
Function · 0.85
Tested by
no test coverage detected