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

Function kname

extlibs/lua/src/ldebug.c:432–435  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

430** Find a "name" for the constant 'c'.
431*/
432static void kname (const Proto *p, int c, const char **name) {
433 TValue *kvalue = &p->k[c];
434 *name = (ttisstring(kvalue)) ? svalue(kvalue) : "?";
435}
436
437
438/*

Callers 2

rknameFunction · 0.85
getobjnameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected