MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / luaL_buffinit

Function luaL_buffinit

lua/lauxlib.c:520–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518
519
520LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
521 B->L = L;
522 B->p = B->buffer;
523 B->lvl = 0;
524}
525
526/* }====================================================== */
527

Callers 13

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
luaL_gsubFunction · 0.85
tconcatFunction · 0.85
os_dateFunction · 0.85
read_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected