Skip to content

sgns::crdt::CrdtDatastore::RootCIDJob

#include <crdt_datastore.hpp>

Public Attributes

Name
std::shared_ptr< IPLDNode > node_
Current node to process.
std::shared_ptr< IPLDNode > root_node_
Root node of the Job.
bool created_by_self_
True if the root node was created by self.

Public Attributes Documentation

variable node_

std::shared_ptr< IPLDNode > node_;

Current node to process.

variable root_node_

std::shared_ptr< IPLDNode > root_node_;

Root node of the Job.

variable created_by_self_

bool created_by_self_;

True if the root node was created by self.


Updated on 2026-03-04 at 13:10:43 -0800