MCPcopy Create free account
hub / github.com/Tencent/phxqueue / GetAllReplayInfo

Method GetAllReplayInfo

phxqueue/config/topicconfig.cpp:519–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519comm::RetCode TopicConfig::GetAllReplayInfo(std::vector<unique_ptr<proto::ReplayInfo> > &replay_infos) const {
520 for (auto &&replay_info : impl_->replay_infos) {
521 replay_infos.push_back(move(replay_info));
522 }
523 impl_->replay_infos.clear();
524 return comm::RetCode::RET_OK;
525}
526
527
528} // namespace config

Callers 2

ReplayMethod · 0.80
CheckTopicConfigMethod · 0.80

Calls

no outgoing calls

Tested by 1

CheckTopicConfigMethod · 0.64