MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / rname

Function rname

extlibs/lua/src/ldebug.c:441–445  ·  view source on GitHub ↗

** Find a "name" for the register 'c'. */

Source from the content-addressed store, hash-verified

439** Find a "name" for the register 'c'.
440*/
441static void rname (const Proto *p, int pc, int c, const char **name) {
442 const char *what = getobjname(p, pc, c, name); /* search for 'c' */
443 if (!(what && *what == 'c')) /* did not find a constant name? */
444 *name = "?";
445}
446
447
448/*

Callers 2

rknameFunction · 0.85
getobjnameFunction · 0.85

Calls 1

getobjnameFunction · 0.85

Tested by

no test coverage detected