MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / luaL_buffinitsize

Function luaL_buffinitsize

xrepo/packages/l/lua/port/lua/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.70
str_lowerFunction · 0.70
str_upperFunction · 0.70
str_repFunction · 0.70
str_charFunction · 0.70

Calls 2

prepbuffsizeFunction · 0.85
luaL_buffinitFunction · 0.70

Tested by

no test coverage detected