MCPcopy Create free account
hub / github.com/defold/defold / luaL_pushresult

Function luaL_pushresult

engine/lua/src/lua/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 15

mime_global_wrpFunction · 0.85
mime_global_b64Function · 0.85
mime_global_unb64Function · 0.85
mime_global_qpFunction · 0.85
mime_global_unqpFunction · 0.85
mime_global_qpwrpFunction · 0.85
mime_global_eolFunction · 0.85
mime_global_dotFunction · 0.85
buffer_meth_receiveFunction · 0.85
str_reverseFunction · 0.85
str_lowerFunction · 0.85
str_upperFunction · 0.85

Calls 2

emptybufferFunction · 0.85
lua_concatFunction · 0.85

Tested by

no test coverage detected