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

Method CheckHTTP

src/lua/LuaHTTP.cpp:333–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331
332
333const LuaHTTP* LuaHTTPMgr::CheckHTTP(lua_State* L, int index) {
334 return (LuaHTTP*)luaL_checkudata(L, index, metaName);
335}
336
337
338LuaHTTP* LuaHTTPMgr::GetURL(lua_State* L, int index) {

Callers

nothing calls this directly

Calls 1

luaL_checkudataFunction · 0.50

Tested by

no test coverage detected