MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / kname

Function kname

lua/ldebug.c:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492
493
494static const char *kname (Proto *p, int c) {
495 if (ISK(c) && ttisstring(&p->k[INDEXK(c)]))
496 return svalue(&p->k[INDEXK(c)]);
497 else
498 return "?";
499}
500
501
502static const char *getobjname (lua_State *L, CallInfo *ci, int stackpos,

Callers 1

getobjnameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected