MCPcopy Create free account
hub / github.com/MultiMC/Launcher / MetaCacheSink

Method MetaCacheSink

launcher/net/MetaCacheSink.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace Net {
8
9MetaCacheSink::MetaCacheSink(MetaEntryPtr entry, ChecksumValidator * md5sum)
10 :Net::FileSink(entry->getFullPath()), m_entry(entry), m_md5Node(md5sum)
11{
12 addValidator(md5sum);
13}
14
15MetaCacheSink::~MetaCacheSink()
16{

Callers

nothing calls this directly

Calls 1

getFullPathMethod · 0.80

Tested by

no test coverage detected