MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / rname

Function rname

3rd/lua-5.4.3/src/ldebug.c:435–439  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

433** Find a "name" for the register 'c'.
434*/
435static void rname (const Proto *p, int pc, int c, const char **name) {
436 const char *what = getobjname(p, pc, c, name); /* search for 'c' */
437 if (!(what && *what == 'c')) /* did not find a constant name? */
438 *name = "?";
439}
440
441
442/*

Callers 2

rknameFunction · 0.85
getobjnameFunction · 0.85

Calls 1

getobjnameFunction · 0.85

Tested by

no test coverage detected