MCPcopy Create free account
hub / github.com/Illation/ETEngine / FileEntryInfo

Method FileEntryInfo

Engine/source/EtCooker/PackageWriter.cpp:23–27  ·  view source on GitHub ↗

--------------------------------------------- PackageWriter::FileEntryInfo::FileEntryInfo File entry info constructor that assigns all members

Source from the content-addressed store, hash-verified

21// File entry info constructor that assigns all members
22//
23PackageWriter::FileEntryInfo::FileEntryInfo(core::PkgEntry const& lEntry, core::File* const lFile, std::string const& lRelName)
24 : entry(lEntry)
25 , file(lFile)
26 , relName(lRelName)
27{ }
28
29
30//======================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected