Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5703
static void DumpChar(int y, DumpState* D)
5704
{
5705
char x=(char)y;
5706
DumpVar(x,D);
5707
}
5708
5709
static void DumpInt(int x, DumpState* D)
5710
{
Callers
2
DumpConstants
Function · 0.85
DumpFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected