| 129 | } |
| 130 | |
| 131 | std::vector<TopicId> DataReader::listTopics(DatasetId dataset_id) const { |
| 132 | return engine_.listTopics(dataset_id); |
| 133 | } |
| 134 | |
| 135 | const TypeTreeNode* DataReader::getTypeTree(TopicId topic_id) const { |
| 136 | auto lock = engine_.lockEngine(); |
no outgoing calls