Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ contains
Method
contains
source/core/StarLua.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
bool LuaTable::contains(char const* key) const {
41
return engine().tableGet(false, handleIndex(), key) != LuaNil;
42
}
43
44
void LuaTable::remove(char const* key) const {
45
engine().tableSet(false, handleIndex(), key, LuaNil);
Callers
15
setHovered
Method · 0.45
setSelected
Method · 0.45
bagLocationAt
Method · 0.45
sendEvent
Method · 0.45
addButton
Method · 0.45
removeButton
Method · 0.45
id
Method · 0.45
makeSingle
Method · 0.45
constructor
Method · 0.45
buttonHandler
Method · 0.45
imageHandler
Method · 0.45
spinnerHandler
Method · 0.45
Calls
1
tableGet
Method · 0.80
Tested by
11
TEST
Function · 0.36
storeLeaf
Method · 0.36
storeIndex
Method · 0.36
removeAll
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36