Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ luaL_pushresultsize
Function
luaL_pushresultsize
depends/lua/src/lauxlib.c:552–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
550
551
552
LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) {
553
luaL_addsize(B, sz);
554
luaL_pushresult(B);
555
}
556
557
558
LUALIB_API void luaL_addvalue (luaL_Buffer *B) {
Callers
5
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
Calls
1
luaL_pushresult
Function · 0.85
Tested by
no test coverage detected