MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaL_pushresult

Function luaL_pushresult

other_src/lua/src/lauxlib.cpp:472–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470
471
472LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
473 emptybuffer(B);
474 lua_concat(B->L, B->lvl);
475 B->lvl = 1;
476}
477
478
479LUALIB_API void luaL_addvalue (luaL_Buffer *B) {

Callers 15

os_dateFunction · 0.70
tconcatFunction · 0.70
pushcaptureFunction · 0.70
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
read_lineFunction · 0.70

Calls 2

emptybufferFunction · 0.70
lua_concatFunction · 0.70

Tested by

no test coverage detected