MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaL_buffinit

Function luaL_buffinit

deps/lua/src/lauxlib.c:472–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470
471
472LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
473 B->L = L;
474 B->p = B->buffer;
475 B->lvl = 0;
476}
477
478/* }====================================================== */
479

Callers 14

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

Calls

no outgoing calls

Tested by

no test coverage detected