Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaL_pushresultsize
Function
luaL_pushresultsize
third-party/lua-5.2.4/src/lauxlib.c:479–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
477
478
479
LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) {
480
luaL_addsize(B, sz);
481
luaL_pushresult(B);
482
}
483
484
485
LUALIB_API void luaL_addvalue (luaL_Buffer *B) {
Callers
5
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
Calls
1
luaL_pushresult
Function · 0.70
Tested by
no test coverage detected