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

Function loadSize

extlibs/lua/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, ~(size_t)0);
85}
86
87
88static int loadInt (LoadState *S) {

Callers 1

loadStringNFunction · 0.85

Calls 1

loadUnsignedFunction · 0.85

Tested by

no test coverage detected