Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ AFCHttpClientModule
Method
AFCHttpClientModule
src/plugin/net/src/AFCHttpClientModule.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
namespace ark {
27
28
AFCHttpClientModule::AFCHttpClientModule()
29
{
30
http_client_ = std::make_shared<AFCHttpClient>();
31
}
32
33
bool AFCHttpClientModule::Update()
34
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected