MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / listTopics

Method listTopics

pj_datastore/src/reader.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

objectMergeConflictsMethod · 0.45
datasetRawBoundsMethod · 0.45
RefillGuardMethod · 0.45
rollbackMethod · 0.45
evictDatasetObjectsMethod · 0.45
catalogFingerprintMethod · 0.45
rebuildNowMethod · 0.45
resolveInputTopicMethod · 0.45
resolveInputFieldMethod · 0.45
outputNameInUseMethod · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
mergedSampleCountFunction · 0.36
TESTFunction · 0.36
totalRowCountMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
totalRowCountMethod · 0.36
TEST_FFunction · 0.36
listedMethod · 0.36
TESTFunction · 0.36
topicIdByNameFunction · 0.36
datasetEmptyFunction · 0.36