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

Function luaL_pushresult

lua/lauxlib.c:495–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493
494
495LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
496 emptybuffer(B);
497 lua_concat(B->L, B->lvl);
498 B->lvl = 1;
499}
500
501
502LUALIB_API void luaL_addvalue (luaL_Buffer *B) {

Callers 13

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

Calls 2

emptybufferFunction · 0.85
lua_concatFunction · 0.85

Tested by

no test coverage detected