MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / TestHTTP

Method TestHTTP

src/lua/LuaHTTP.cpp:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326//============================================================================//
327
328const LuaHTTP* LuaHTTPMgr::TestHTTP(lua_State* L, int index) {
329 return (LuaHTTP*)luaL_testudata(L, index, metaName);
330}
331
332
333const LuaHTTP* LuaHTTPMgr::CheckHTTP(lua_State* L, int index) {

Callers

nothing calls this directly

Calls 1

luaL_testudataFunction · 0.85

Tested by

no test coverage detected