MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaL_pushresultsize

Function luaL_pushresultsize

third-party/lua-5.5.0/src/lauxlib.c:635–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633
634
635LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) {
636 luaL_addsize(B, sz);
637 luaL_pushresult(B);
638}
639
640
641/*

Callers 5

str_reverseFunction · 0.70
str_lowerFunction · 0.70
str_upperFunction · 0.70
str_repFunction · 0.70
str_charFunction · 0.70

Calls 1

luaL_pushresultFunction · 0.70

Tested by

no test coverage detected