MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / InsertedObject

Method InsertedObject

source/objects/InsertedObject.h:63–65  ·  view source on GitHub ↗

* @brief Default constructor. * Creates an object with a unique ID. */

Source from the content-addressed store, hash-verified

61 * Creates an object with a unique ID.
62 */
63 InsertedObject() {
64 id = QUuid::createUuid().toString(QUuid::WithoutBraces);
65 }
66
67 /**
68 * @brief Virtual destructor for proper polymorphic deletion.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected