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

Function DumpChar

deps/lua/src/ldump.c:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static void DumpChar(int y, DumpState* D)
40{
41 char x=(char)y;
42 DumpVar(x,D);
43}
44
45static void DumpInt(int x, DumpState* D)
46{

Callers 2

DumpConstantsFunction · 0.85
DumpFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected