Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ luaG_checkcode
Function
luaG_checkcode
Source/Misc/lua/src/lua.c:4992–4994 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4990
4991
4992
int luaG_checkcode (const Proto *pt) {
4993
return (symbexec(pt, pt->sizecode, NO_REG) != 0);
4994
}
4995
4996
4997
static const char *kname (Proto *p, int c) {
Callers
2
close_func
Function · 0.85
LoadFunction
Function · 0.85
Calls
1
symbexec
Function · 0.85
Tested by
no test coverage detected