MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / loadByte

Function loadByte

third-party/lua-5.4.6/src/lundump.c:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61static lu_byte loadByte (LoadState *S) {
62 int b = zgetc(S->Z);
63 if (b == EOZ)
64 error(S, "truncated chunk");
65 return cast_byte(b);
66}
67
68
69static size_t loadUnsigned (LoadState *S, size_t limit) {

Callers 7

loadUnsignedFunction · 0.70
loadConstantsFunction · 0.70
loadUpvaluesFunction · 0.70
loadFunctionFunction · 0.70
fchecksizeFunction · 0.70
checkHeaderFunction · 0.70
luaU_undumpFunction · 0.70

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected