MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaL_buffinit

Function luaL_buffinit

Source/Misc/lua/src/lua.c:10684–10688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10682
10683
10684LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
10685B->L = L;
10686B->p = B->buffer;
10687B->lvl = 0;
10688}
10689
10690/* }====================================================== */
10691

Callers 13

luaL_gsubFunction · 0.85
read_lineFunction · 0.85
read_charsFunction · 0.85
os_dateFunction · 0.85
str_reverseFunction · 0.85
str_lowerFunction · 0.85
str_upperFunction · 0.85
str_repFunction · 0.85
str_charFunction · 0.85
str_dumpFunction · 0.85
str_gsubFunction · 0.85
str_formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected