MCPcopy Create free account
hub / github.com/decaf-project/DECAF / initAddImage

Method initAddImage

decaf/shared/sleuthkit/tsk/auto/case_db.cpp:115–119  ·  view source on GitHub ↗

* Prepares the process to add an image to the database. This method * allows the caller to specify options to be used during the ingest. * @returns TskAutDb object that can be used to add the image. */

Source from the content-addressed store, hash-verified

113 * @returns TskAutDb object that can be used to add the image.
114 */
115TskAutoDb *
116TskCaseDb::initAddImage()
117{
118 return new TskAutoDb(m_db, m_NSRLDb, m_knownBadDb);
119}
120
121/**
122* Add an image to the database. This method does not allow you

Callers 2

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected