* 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. */
| 113 | * @returns TskAutDb object that can be used to add the image. |
| 114 | */ |
| 115 | TskAutoDb * |
| 116 | TskCaseDb::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 |
no outgoing calls
no test coverage detected