MCPcopy 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
45static void LoadBlock(LoadState* S, void* b, size_t size)
46{
47 if (luaZ_read(S->Z,b,size)!=0) error(S,"truncated");
48}
49
50static int LoadChar(LoadState* S)
51{

Callers 2

LoadStringFunction · 0.70
LoadHeaderFunction · 0.70

Calls 2

luaZ_readFunction · 0.70
errorFunction · 0.70

Tested by

no test coverage detected