Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7364
static void pushstr (lua_State *L, const char *str) {
7365
setsvalue2s(L, L->top, luaS_new(L, str));
7366
incr_top(L);
7367
}
7368
7369
7370
/* this function handles only `%d
', `%c'
, %f, %p, and `%s' formats */
Callers
1
luaO_pushvfstring
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected