Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ pushstr
Function
pushstr
lua/lobject.c:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
114
115
static void pushstr (lua_State *L, const char *str) {
116
setsvalue2s(L, L->top, luaS_new(L, str));
117
incr_top(L);
118
}
119
120
121
/* 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