MCPcopy Create free account
hub / github.com/crossuo/crossuo / FileCount

Method FileCount

xuocore/uodata.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222size_t CUopMappedFile::FileCount() const
223{
224 return m_MapByHash.size();
225}
226
227static bool DecompressBlock(const UopFileEntry *block, uint8_t *dst, uint8_t *src)
228{

Callers 2

UopLoadFileMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected