MCPcopy Create free account
hub / github.com/DFHack/dfhack / luaL_buffinitsize

Function luaL_buffinitsize

depends/lua/src/lauxlib.c:577–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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

Tested by

no test coverage detected