MCPcopy Create free account
hub / github.com/axmolengine/axmol / Downloader

Method Downloader

core/network/Downloader.cpp:88–88  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////// Implement Downloader

Source from the content-addressed store, hash-verified

86////////////////////////////////////////////////////////////////////////////////
87// Implement Downloader
88Downloader::Downloader() : Downloader(DownloaderHints{6, 45, ".tmp"}) {}
89
90Downloader::Downloader(const DownloaderHints& hints)
91{

Callers

nothing calls this directly

Calls 3

ptrFunction · 0.50
resetMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected