MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaL_buffinitsize

Function luaL_buffinitsize

lib/lua/src/lauxlib.c:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640
641
642LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) {
643 luaL_buffinit(L, B);
644 return prepbuffsize(B, sz, -1);
645}
646
647/* }====================================================== */
648

Callers 5

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
prepbuffsizeFunction · 0.85

Tested by

no test coverage detected