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

Function pushstr

freebsd/contrib/openzfs/module/lua/lobject.c:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168static void pushstr (lua_State *L, const char *str, size_t l) {
169 setsvalue2s(L, L->top++, luaS_newlstr(L, str, l));
170}
171
172
173/* this function handles only `%d', `%c', %f, %p, and `%s' formats */

Callers 1

luaO_pushvfstringFunction · 0.70

Calls 1

luaS_newlstrFunction · 0.70

Tested by

no test coverage detected