MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaL_buffinitsize

Function luaL_buffinitsize

third-party/lua-5.2.4/src/lauxlib.c:504–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502
503
504LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) {
505 luaL_buffinit(L, B);
506 return luaL_prepbuffsize(B, sz);
507}
508
509/* }====================================================== */
510

Callers 5

str_reverseFunction · 0.70
str_lowerFunction · 0.70
str_upperFunction · 0.70
str_repFunction · 0.70
str_charFunction · 0.70

Calls 2

luaL_buffinitFunction · 0.70
luaL_prepbuffsizeFunction · 0.70

Tested by

no test coverage detected