Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaL_pushresult
Function
luaL_pushresult
third-party/lua-5.1.5/src/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
13
str_reverse
Function · 0.70
str_lower
Function · 0.70
str_upper
Function · 0.70
str_rep
Function · 0.70
str_char
Function · 0.70
str_dump
Function · 0.70
str_gsub
Function · 0.70
str_format
Function · 0.70
luaL_gsub
Function · 0.70
tconcat
Function · 0.70
os_date
Function · 0.70
read_line
Function · 0.70
Calls
2
emptybuffer
Function · 0.85
lua_concat
Function · 0.70
Tested by
no test coverage detected