Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ getNumFiles
Method
getNumFiles
compressed_archive/compressed_archive.cpp:263–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
int CompressedArchive::getNumFiles()
264
{
265
return files.length();
266
}
267
268
int CompressedArchive::getNumEntries()
269
{
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected