Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ luaG_checkcode
Function
luaG_checkcode
deps/lua/src/ldebug.c:484–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
483
484
int luaG_checkcode (const Proto *pt) {
485
return (symbexec(pt, pt->sizecode, NO_REG) != 0);
486
}
487
488
489
static const char *kname (Proto *p, int c) {
Callers
2
LoadFunction
Function · 0.85
close_func
Function · 0.85
Calls
1
symbexec
Function · 0.85
Tested by
no test coverage detected