MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / checkfield

Function checkfield

third-party/lua-5.5.0/src/ltablib.c:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37static int checkfield (lua_State *L, const char *key, int n) {
38 lua_pushstring(L, key);
39 return (lua_rawget(L, -n) != LUA_TNIL);
40}
41
42
43/*

Callers 1

checktabFunction · 0.70

Calls 2

lua_pushstringFunction · 0.70
lua_rawgetFunction · 0.70

Tested by

no test coverage detected