MCPcopy 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

26namespace ark {
27
28AFCHttpClientModule::AFCHttpClientModule()
29{
30 http_client_ = std::make_shared<AFCHttpClient>();
31}
32
33bool AFCHttpClientModule::Update()
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected