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

Function luaL_buffinit

other_src/lua/src/lauxlib.cpp:497–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495
496
497LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
498 B->L = L;
499 B->p = B->buffer;
500 B->lvl = 0;
501}
502
503/* }====================================================== */
504

Callers 15

os_dateFunction · 0.70
tconcatFunction · 0.70
pushcaptureFunction · 0.70
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
read_lineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected