Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlueMatthew/WechatExporter
/ initialize
Method
initialize
WechatExporter/core/AsyncTask.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void DownloadTask::initialize()
39
{
40
curl_global_init(CURL_GLOBAL_ALL);
41
}
42
43
void DownloadTask::uninitialize()
44
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected