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

Function luaL_buffinit

depends/lua/src/lauxlib.c:569–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567
568
569LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
570 B->L = L;
571 B->b = B->initb;
572 B->n = 0;
573 B->size = LUAL_BUFFERSIZE;
574}
575
576
577LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) {

Callers 14

str_dumpFunction · 0.85
str_gsubFunction · 0.85
str_formatFunction · 0.85
str_packFunction · 0.85
luaL_buffinitsizeFunction · 0.85
luaL_gsubFunction · 0.85
utfcharFunction · 0.85
tconcatFunction · 0.85
searchpathFunction · 0.85
findloaderFunction · 0.85
os_dateFunction · 0.85
read_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected