MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaL_pushresult

Function luaL_pushresult

deps/lua/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 14

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
b_packFunction · 0.85
luaL_gsubFunction · 0.85
tconcatFunction · 0.85
os_dateFunction · 0.85

Calls 2

emptybufferFunction · 0.85
lua_concatFunction · 0.85

Tested by

no test coverage detected