MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / loadSize

Function loadSize

lib/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, MAX_SIZET);
85}
86
87
88static int loadInt (LoadState *S) {

Callers 1

loadStringNFunction · 0.85

Calls 1

loadUnsignedFunction · 0.85

Tested by

no test coverage detected