Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
static void DumpChar(int y, DumpState* D)
40
{
41
char x=(char)y;
42
DumpVar(x,D);
43
}
44
45
static void DumpInt(int x, DumpState* D)
46
{
Callers
2
DumpConstants
Function · 0.85
DumpFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected