Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ LoadBlock
Function
LoadBlock
third-party/lua-5.2.4/src/lundump.c:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
#endif
44
45
static void LoadBlock(LoadState* S, void* b, size_t size)
46
{
47
if (luaZ_read(S->Z,b,size)!=0) error(S,
"truncated"
);
48
}
49
50
static int LoadChar(LoadState* S)
51
{
Callers
2
LoadString
Function · 0.70
LoadHeader
Function · 0.70
Calls
2
luaZ_read
Function · 0.70
error
Function · 0.70
Tested by
no test coverage detected