MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / pushstr

Function pushstr

Source/Misc/lua/src/lua.c:7364–7367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7362
7363
7364static void pushstr (lua_State *L, const char *str) {
7365setsvalue2s(L, L->top, luaS_new(L, str));
7366incr_top(L);
7367}
7368
7369
7370/* this function handles only `%d', `%c', %f, %p, and `%s' formats */

Callers 1

luaO_pushvfstringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected