Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
LuaHTTP* LuaHTTPMgr::GetURL(lua_State* L, int index) {
339
return (LuaHTTP*)luaL_testudata(L, index, metaName);
340
}
341
342
343
//============================================================================//
Callers
1
MetaToString
Method · 0.80
Calls
2
luaL_testudata
Function · 0.85
lua_pushstdstring
Function · 0.85
Tested by
no test coverage detected