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

Function loadByte

third-party/lua-5.5.0/src/lundump.c:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88static lu_byte loadByte (LoadState *S) {
89 int b = zgetc(S->Z);
90 if (b == EOZ)
91 error(S, "truncated chunk");
92 S->offset++;
93 return cast_byte(b);
94}
95
96
97static lua_Unsigned loadVarint (LoadState *S, lua_Unsigned limit) {

Callers 7

loadVarintFunction · 0.70
loadConstantsFunction · 0.70
loadUpvaluesFunction · 0.70
loadFunctionFunction · 0.70
checknumsizeFunction · 0.70
checkHeaderFunction · 0.70
luaU_undumpFunction · 0.70

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected