MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaG_checkcode

Function luaG_checkcode

Source/Misc/lua/src/lua.c:4992–4994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4990
4991
4992int luaG_checkcode (const Proto *pt) {
4993return (symbexec(pt, pt->sizecode, NO_REG) != 0);
4994}
4995
4996
4997static const char *kname (Proto *p, int c) {

Callers 2

close_funcFunction · 0.85
LoadFunctionFunction · 0.85

Calls 1

symbexecFunction · 0.85

Tested by

no test coverage detected