MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaL_buffinit

Function luaL_buffinit

app/redis-6.2.6/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.70
str_lowerFunction · 0.70
str_upperFunction · 0.70
str_repFunction · 0.70
str_charFunction · 0.70
str_dumpFunction · 0.70
str_gsubFunction · 0.70
str_formatFunction · 0.70
b_packFunction · 0.70
luaL_gsubFunction · 0.70
tconcatFunction · 0.70
os_dateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected