Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ checkfield
Function
checkfield
extlibs/lua/src/ltablib.c:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
36
static 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
checktab
Function · 0.85
Calls
2
lua_pushstring
Function · 0.85
lua_rawget
Function · 0.85
Tested by
no test coverage detected