| 331 | |
| 332 | |
| 333 | const LuaHTTP* LuaHTTPMgr::CheckHTTP(lua_State* L, int index) { |
| 334 | return (LuaHTTP*)luaL_checkudata(L, index, metaName); |
| 335 | } |
| 336 | |
| 337 | |
| 338 | LuaHTTP* LuaHTTPMgr::GetURL(lua_State* L, int index) { |
nothing calls this directly
no test coverage detected