| 326 | //============================================================================// |
| 327 | |
| 328 | const LuaHTTP* LuaHTTPMgr::TestHTTP(lua_State* L, int index) { |
| 329 | return (LuaHTTP*)luaL_testudata(L, index, metaName); |
| 330 | } |
| 331 | |
| 332 | |
| 333 | const LuaHTTP* LuaHTTPMgr::CheckHTTP(lua_State* L, int index) { |
nothing calls this directly
no test coverage detected