MCPcopy 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
484int luaG_checkcode (const Proto *pt) {
485 return (symbexec(pt, pt->sizecode, NO_REG) != 0);
486}
487
488
489static 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