Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ luaL_pushresult
Function
luaL_pushresult
deps/lua/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
14
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
b_pack
Function · 0.85
luaL_gsub
Function · 0.85
tconcat
Function · 0.85
os_date
Function · 0.85
Calls
2
emptybuffer
Function · 0.85
lua_concat
Function · 0.85
Tested by
no test coverage detected