Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
static 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_pushvfstring
Function · 0.85
Calls
1
luaS_newlstr
Function · 0.85
Tested by
no test coverage detected