Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
static int LoadChar(LoadState* S)
55
{
56
char x;
57
LoadVar(S,x);
58
return x;
59
}
60
61
static int LoadInt(LoadState* S)
62
{
Callers
1
LoadConstants
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected