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

Function DumpChar

Source/Misc/lua/src/lua.c:5703–5707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5701}
5702
5703static void DumpChar(int y, DumpState* D)
5704{
5705char x=(char)y;
5706DumpVar(x,D);
5707}
5708
5709static void DumpInt(int x, DumpState* D)
5710{

Callers 2

DumpConstantsFunction · 0.85
DumpFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected