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

Function luaL_pushresult

Source/Misc/lua/src/lua.c:10659–10663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10657
10658
10659LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
10660emptybuffer(B);
10661lua_concat(B->L, B->lvl);
10662B->lvl = 1;
10663}
10664
10665
10666LUALIB_API void luaL_addvalue (luaL_Buffer *B) {

Callers 13

luaL_gsubFunction · 0.85
read_lineFunction · 0.85
read_charsFunction · 0.85
os_dateFunction · 0.85
str_reverseFunction · 0.85
str_lowerFunction · 0.85
str_upperFunction · 0.85
str_repFunction · 0.85
str_charFunction · 0.85
str_dumpFunction · 0.85
str_gsubFunction · 0.85
str_formatFunction · 0.85

Calls 2

emptybufferFunction · 0.85
lua_concatFunction · 0.85

Tested by

no test coverage detected