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

Method GetURL

src/lua/LuaHTTP.cpp:338–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336
337
338LuaHTTP* LuaHTTPMgr::GetURL(lua_State* L, int index) {
339 return (LuaHTTP*)luaL_testudata(L, index, metaName);
340}
341
342
343//============================================================================//

Callers 1

MetaToStringMethod · 0.80

Calls 2

luaL_testudataFunction · 0.85
lua_pushstdstringFunction · 0.85

Tested by

no test coverage detected