MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / LoadBlock

Function LoadBlock

Source/Misc/lua/src/lua.c:9951–9955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9949#define LoadVector(S,b,n,size) LoadMem(S,b,n,size)
9950
9951static void LoadBlock(LoadState* S, void* b, size_t size)
9952{
9953size_t r=luaZ_read(S->Z,b,size);
9954IF (r!=0, "unexpected end");
9955}
9956
9957static int LoadChar(LoadState* S)
9958{

Callers 2

LoadStringFunction · 0.85
LoadHeaderFunction · 0.85

Calls 1

luaZ_readFunction · 0.85

Tested by

no test coverage detected