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

Function info_tailcall

Source/Misc/lua/src/lua.c:4675–4682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4673
4674
4675static void info_tailcall (lua_Debug *ar) {
4676ar->name = ar->namewhat = "";
4677ar->what = "tail";
4678ar->lastlinedefined = ar->linedefined = ar->currentline = -1;
4679ar->source = "=(tail call)";
4680luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE);
4681ar->nups = 0;
4682}
4683
4684
4685static void collectvalidlines (lua_State *L, Closure *f) {

Callers 1

auxgetinfoFunction · 0.85

Calls 1

luaO_chunkidFunction · 0.85

Tested by

no test coverage detected