MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / BatchImport

Method BatchImport

xml/batchimport.cpp:50–52  ·  view source on GitHub ↗

Constructor. If full == true then this is a restore. if full=false then this is considered an import. The only real difference is that an import automatically gets a new guid and is always considered "dirty" where an import will keep the guid and will obey the tag in the note.

Source from the content-addressed store, hash-verified

48//* <dirty> tag in the note.
49//***********************************************************
50BatchImport::BatchImport(QObject *parent) : QObject(parent)
51{
52}
53
54
55//***********************************************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected