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

Method CreateCopy

src/tw/dbdatasource.cpp:109–113  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// CreateCopy //////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

107// CreateCopy
108///////////////////////////////////////////////////////////////////////////////
109iFCODataSourceIter* cDbDataSourceIter::CreateCopy() const
110{
111 //TODO -- implement this with a memory pool?
112 return new cDbDataSourceIter(*this);
113}
114
115
116///////////////////////////////////////////////////////////////////////////////

Callers 5

ProcessAddedFCOMethod · 0.45
ProcessChangedFCOMethod · 0.45
util_ProcessDirFunction · 0.45
ExecuteMethod · 0.45
util_ProcessDirFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected