MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaL_buffinit

Function luaL_buffinit

ThirdParty/lua/lua/lauxlib.c:507–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505
506
507LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
508 B->L = L;
509 B->b = B->initb;
510 B->n = 0;
511 B->size = LUAL_BUFFERSIZE;
512}
513
514
515LUALIB_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