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

Function luaL_buffinitsize

freebsd/contrib/openzfs/module/lua/lauxlib.c:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
463
464LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) {
465 luaL_buffinit(L, B);
466 return luaL_prepbuffsize(B, sz);
467}
468
469/* }====================================================== */
470

Callers 5

str_reverseFunction · 0.85
str_lowerFunction · 0.85
str_upperFunction · 0.85
str_repFunction · 0.85
str_charFunction · 0.85

Calls 2

luaL_prepbuffsizeFunction · 0.85
luaL_buffinitFunction · 0.70

Tested by

no test coverage detected