MCPcopy 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
489int luaG_checkcode (const Proto *pt) {
490 return (symbexec(pt, pt->sizecode, NO_REG) != 0);
491}
492
493
494static const char *kname (Proto *p, int c) {

Callers 2

LoadFunctionFunction · 0.85
close_funcFunction · 0.85

Calls 1

symbexecFunction · 0.85

Tested by

no test coverage detected