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

Function loadSize

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

Source from the content-addressed store, hash-verified

81
82
83static size_t loadSize (LoadState *S) {
84 return loadUnsigned(S, MAX_SIZET);
85}
86
87
88static int loadInt (LoadState *S) {

Callers 1

loadStringNFunction · 0.70

Calls 1

loadUnsignedFunction · 0.85

Tested by

no test coverage detected