Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ luaL_pushresultsize
Function
luaL_pushresultsize
3rd/lua-5.4.3/src/lauxlib.c:603–606 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
601
602
603
LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) {
604
luaL_addsize(B, sz);
605
luaL_pushresult(B);
606
}
607
608
609
/*
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