MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / luaL_buffinitsize

Function luaL_buffinitsize

libraries/AP_Scripting/lua/src/lauxlib.c:580–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578
579
580LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) {
581 luaL_buffinit(L, B);
582 return luaL_prepbuffsize(B, sz);
583}
584
585/* }====================================================== */
586

Callers 6

lua_serial_readstringFunction · 0.85
str_reverseFunction · 0.85
str_lowerFunction · 0.85
str_upperFunction · 0.85
str_repFunction · 0.85
str_charFunction · 0.85

Calls 2

luaL_buffinitFunction · 0.85
luaL_prepbuffsizeFunction · 0.85

Tested by

no test coverage detected