MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_tointeger

Function lua_tointeger

emmy_debugger/src/api/lua_api_loader.cpp:250–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250lua_Integer lua_tointeger(lua_State* L, int idx)
251{
252 if (luaVersion > LuaVersion::LUA_51)
253 {
254 return e_lua_tointegerx(L, idx, nullptr);
255 }
256 return e_lua_tointeger(L, idx);
257}
258
259lua_Number lua_tonumber(lua_State* L, int idx)
260{

Callers 3

tcpListenFunction · 0.50
tcpConnectFunction · 0.50
tcpSharedListenFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected