MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaL_prepbuffsize

Function luaL_prepbuffsize

extlibs/lua/src/lauxlib.c:563–565  ·  view source on GitHub ↗

** returns a pointer to a free area with at least 'sz' bytes */

Source from the content-addressed store, hash-verified

561** returns a pointer to a free area with at least 'sz' bytes
562*/
563LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) {
564 return prepbuffsize(B, sz, -1);
565}
566
567
568LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) {

Callers 6

addliteralFunction · 0.70
str_formatFunction · 0.70
packintFunction · 0.70
str_packFunction · 0.70
os_dateFunction · 0.70
read_charsFunction · 0.70

Calls 1

prepbuffsizeFunction · 0.85

Tested by

no test coverage detected