MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / LoadChar

Function LoadChar

deps/lua/src/lundump.c:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static int LoadChar(LoadState* S)
55{
56 char x;
57 LoadVar(S,x);
58 return x;
59}
60
61static int LoadInt(LoadState* S)
62{

Callers 1

LoadConstantsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected