MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaG_checkcode

Function luaG_checkcode

other_src/lua/src/ldebug.cpp: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.70
close_funcFunction · 0.70

Calls 1

symbexecFunction · 0.70

Tested by

no test coverage detected