MCPcopy 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_pushnilFunction · 0.85
lua_pushbooleanFunction · 0.85
lua_pushintegerFunction · 0.85
lua_pushnumberFunction · 0.85
pushHandleMethod · 0.80
handleIndexMethod · 0.80

Tested by

no test coverage detected