Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ luaL_pushresultsize
Function
luaL_pushresultsize
libraries/AP_Scripting/lua/src/lauxlib.c:555–558 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
553
554
555
LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) {
556
luaL_addsize(B, sz);
557
luaL_pushresult(B);
558
}
559
560
561
LUALIB_API void luaL_addvalue (luaL_Buffer *B) {
Callers
6
lua_serial_readstring
Function · 0.85
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