Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaG_checkcode
Function
luaG_checkcode
lua/ldebug.c:489–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
488
489
int luaG_checkcode (const Proto *pt) {
490
return (symbexec(pt, pt->sizecode, NO_REG) != 0);
491
}
492
493
494
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