MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / pushstr

Function pushstr

src/Chain/libraries/glua/lobject.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347
348static void pushstr(lua_State *L, const char *str, size_t l) {
349 setsvalue2s(L, L->top, luaS_newlstr(L, str, l));
350 luaD_inctop(L);
351}
352
353
354/* this function handles only '%d', '%c', '%f', '%p', and '%s'

Callers 1

luaO_pushvfstringFunction · 0.85

Calls 2

luaS_newlstrFunction · 0.85
luaD_inctopFunction · 0.85

Tested by

no test coverage detected