MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaL_pushresult

Function luaL_pushresult

third-party/lua-5.1.5/src/lauxlib.c:447–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445
446
447LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
448 emptybuffer(B);
449 lua_concat(B->L, B->lvl);
450 B->lvl = 1;
451}
452
453
454LUALIB_API void luaL_addvalue (luaL_Buffer *B) {

Callers 13

str_reverseFunction · 0.70
str_lowerFunction · 0.70
str_upperFunction · 0.70
str_repFunction · 0.70
str_charFunction · 0.70
str_dumpFunction · 0.70
str_gsubFunction · 0.70
str_formatFunction · 0.70
luaL_gsubFunction · 0.70
tconcatFunction · 0.70
os_dateFunction · 0.70
read_lineFunction · 0.70

Calls 2

emptybufferFunction · 0.85
lua_concatFunction · 0.70

Tested by

no test coverage detected