MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / pushstr

Function pushstr

ThirdParty/lua/lua/lobject.c:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340
341static void pushstr (lua_State *L, const char *str, size_t l) {
342 setsvalue2s(L, L->top++, luaS_newlstr(L, str, l));
343}
344
345
346/* this function handles only '%d', '%c', '%f', '%p', and '%s'

Callers 1

luaO_pushvfstringFunction · 0.85

Calls 1

luaS_newlstrFunction · 0.85

Tested by

no test coverage detected