MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / loadByte

Function loadByte

extlibs/lua/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.85
loadConstantsFunction · 0.85
loadUpvaluesFunction · 0.85
loadFunctionFunction · 0.85
fchecksizeFunction · 0.85
checkHeaderFunction · 0.85
luaU_undumpFunction · 0.85

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected