MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaL_buffinitsize

Function luaL_buffinitsize

3rd/lua-5.4.3/src/lauxlib.c:638–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636
637
638LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) {
639 luaL_buffinit(L, B);
640 return prepbuffsize(B, sz, -1);
641}
642
643/* }====================================================== */
644

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