GStats
class GStats {
NotNull!File[][string] filesByName;
NotNull!File[][ino_t] filesByInode;
NotNull!File[][SHA1Digest] filesByContentId;
NotNull!RegFile[][string] elfFilesBySymbol;
Bytes64[NotNull!File] treeSizesByFile;
size_t[NotNull!File] lineCountsByFile;
DirKind[string] vcDirKindsMap;
DirKind[] skippedDirKinds;
DirKind[string] skippedDirKindsMap;
KeyStrictness keyStrictness;
bool showTreeContentDups;
bool showFileContentDups;
SymlinkFollowContext followSymlinks;
uint64_t noScannedRegFiles;
uint64_t noScannedSymlinks;
uint64_t noScannedSpecialFiles;
auto shallowDensenessSum;
DuplicatesContext duplicatesContext;
}
nxt fs
aliasesclassesenumsfunctionsstructsvariables
Global Scanner Statistics.