MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / checkfield

Function checkfield

3rd/lua-5.4.3/src/ltablib.c:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

checktabFunction · 0.85

Calls 2

lua_pushstringFunction · 0.85
lua_rawgetFunction · 0.85

Tested by

no test coverage detected