Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaL_pushresult
Function
luaL_pushresult
lua/lauxlib.c:495–499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
493
494
495
LUALIB_API void luaL_pushresult (luaL_Buffer *B) {
496
emptybuffer(B);
497
lua_concat(B->L, B->lvl);
498
B->lvl = 1;
499
}
500
501
502
LUALIB_API void luaL_addvalue (luaL_Buffer *B) {
Callers
13
str_reverse
Function · 0.85
str_lower
Function · 0.85
str_upper
Function · 0.85
str_rep
Function · 0.85
str_char
Function · 0.85
str_dump
Function · 0.85
str_gsub
Function · 0.85
str_format
Function · 0.85
luaL_gsub
Function · 0.85
tconcat
Function · 0.85
os_date
Function · 0.85
read_line
Function · 0.85
Calls
2
emptybuffer
Function · 0.85
lua_concat
Function · 0.85
Tested by
no test coverage detected