Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ LoadChar
Function
LoadChar
Source/Misc/lua/src/lua.c:9957–9962 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9955
}
9956
9957
static int LoadChar(LoadState* S)
9958
{
9959
char x;
9960
LoadVar(S,x);
9961
return x;
9962
}
9963
9964
static int LoadInt(LoadState* S)
9965
{
Callers
1
LoadConstants
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected