Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
447
LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
448
emptybuffer(B);
449
lua_concat(B->L, B->lvl);
450
B->lvl = 1;
451
}
452
453
454
LUALIB_API void luaL_addvalue (luaL_Buffer *B) {
Callers
15
mime_global_wrp
Function · 0.85
mime_global_b64
Function · 0.85
mime_global_unb64
Function · 0.85
mime_global_qp
Function · 0.85
mime_global_unqp
Function · 0.85
mime_global_qpwrp
Function · 0.85
mime_global_eol
Function · 0.85
mime_global_dot
Function · 0.85
buffer_meth_receive
Function · 0.85
str_reverse
Function · 0.85
str_lower
Function · 0.85
str_upper
Function · 0.85
Calls
2
emptybuffer
Function · 0.85
lua_concat
Function · 0.85
Tested by
no test coverage detected