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

Function settabss

Source/Misc/lua/src/lua.c:11580–11583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11578
11579
11580static void settabss (lua_State *L, const char *i, const char *v) {
11581lua_pushstring(L, v);
11582lua_setfield(L, -2, i);
11583}
11584
11585
11586static void settabsi (lua_State *L, const char *i, int v) {

Callers 1

db_getinfoFunction · 0.85

Calls 2

lua_pushstringFunction · 0.85
lua_setfieldFunction · 0.85

Tested by

no test coverage detected