MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / cFSDataSourceIter

Method cFSDataSourceIter

src/fs/fsdatasourceiter.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55//=========================================================================
56
57cFSDataSourceIter::cFSDataSourceIter() : cFCODataSourceIterImpl(), mDev(0)
58{
59 // set the case sensitiveness of the parent...
60 //
61 mParentName.SetCaseSensitive(iTWFactory::GetInstance()->GetNameInfo()->IsCaseSensitive());
62}
63
64cFSDataSourceIter::~cFSDataSourceIter()
65{

Callers

nothing calls this directly

Calls 3

GetNameInfoMethod · 0.80
SetCaseSensitiveMethod · 0.45
IsCaseSensitiveMethod · 0.45

Tested by

no test coverage detected