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

Function luaL_pushresultsize

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

Source from the content-addressed store, hash-verified

437
438
439LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) {
440 luaL_addsize(B, sz);
441 luaL_pushresult(B);
442}
443
444
445LUALIB_API void luaL_addvalue (luaL_Buffer *B) {

Callers 5

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

Calls 1

luaL_pushresultFunction · 0.70

Tested by

no test coverage detected