Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
472
LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
473
emptybuffer(B);
474
lua_concat(B->L, B->lvl);
475
B->lvl = 1;
476
}
477
478
479
LUALIB_API void luaL_addvalue (luaL_Buffer *B) {
Callers
15
os_date
Function · 0.70
tconcat
Function · 0.70
pushcapture
Function · 0.70
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
read_line
Function · 0.70
Calls
2
emptybuffer
Function · 0.70
lua_concat
Function · 0.70
Tested by
no test coverage detected