MCPcopy Create free account
hub / github.com/comaps/comaps / CreateNativeHttpThread

Function CreateNativeHttpThread

libs/platform/http_thread_qt.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143{
144
145HttpThread * CreateNativeHttpThread(std::string const & url, downloader::IHttpThreadCallback & cb, int64_t beg,
146 int64_t end, int64_t size, std::string const & pb)
147{
148 return new HttpThread(url, cb, beg, end, size, pb);
149}
150
151void DeleteNativeHttpThread(HttpThread * request)
152{

Callers 2

MemoryHttpRequestMethod · 0.70
StartThreadsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected