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

Method MetaToString

src/lua/LuaHTTP.cpp:384–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382
383
384int LuaHTTPMgr::MetaToString(lua_State* L) {
385 LuaHTTP* fetch = GetURL(L, 1);
386 lua_pushfstring(L, "http(%p,%s)", (void*)fetch, fetch->GetURL().c_str());
387 return 1;
388}
389
390
391//============================================================================//

Callers

nothing calls this directly

Calls 3

c_strMethod · 0.80
GetURLMethod · 0.80
lua_pushfstringFunction · 0.50

Tested by

no test coverage detected