MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / LoadByte

Function LoadByte

src/Chain/libraries/glua/lundump.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65static lu_byte LoadByte(LoadState *S) {
66 lu_byte x;
67 LoadVar(S, x);
68 return x;
69}
70
71
72static int LoadInt(LoadState *S) {

Callers 7

LoadStringFunction · 0.85
LoadConstantsFunction · 0.85
LoadUpvaluesFunction · 0.85
LoadFunctionFunction · 0.85
fchecksizeFunction · 0.85
checkHeaderFunction · 0.85
luaU_undumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected