Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ operator()
Method
operator()
source/core/StarLua.cpp:1196–1198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1194
lua_State* state;
1195
1196
void operator()(LuaNilType const&) {
1197
lua_pushnil(state);
1198
}
1199
1200
void operator()(LuaBoolean const& b) {
1201
lua_pushboolean(state, b);
Callers
nothing calls this directly
Calls
6
lua_pushnil
Function · 0.85
lua_pushboolean
Function · 0.85
lua_pushinteger
Function · 0.85
lua_pushnumber
Function · 0.85
pushHandle
Method · 0.80
handleIndex
Method · 0.80
Tested by
no test coverage detected