MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaL_buffinit

Function luaL_buffinit

src/Chain/libraries/glua/lauxlib.cpp:572–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected