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

Function LoadChar

Source/Misc/lua/src/lua.c:9957–9962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9955}
9956
9957static int LoadChar(LoadState* S)
9958{
9959char x;
9960LoadVar(S,x);
9961return x;
9962}
9963
9964static int LoadInt(LoadState* S)
9965{

Callers 1

LoadConstantsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected