MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaL_buffinit

Function luaL_buffinit

extlibs/lua/src/lauxlib.c:618–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616
617
618LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
619 B->L = L;
620 B->b = B->init.b;
621 B->n = 0;
622 B->size = LUAL_BUFFERSIZE;
623}
624
625
626LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) {

Callers 15

writerFunction · 0.70
str_gsubFunction · 0.70
str_formatFunction · 0.70
str_packFunction · 0.70
luaL_tracebackFunction · 0.70
luaL_buffinitsizeFunction · 0.70
luaL_gsubFunction · 0.70
utfcharFunction · 0.70
tconcatFunction · 0.70
setpathFunction · 0.70
pusherrornotfoundFunction · 0.70
searchpathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected