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

Method GetAllFreqInfo

phxqueue/config/topicconfig.cpp:514–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512
513
514comm::RetCode TopicConfig::GetAllFreqInfo(std::vector<shared_ptr<proto::FreqInfo> > &freq_infos) const {
515 freq_infos = impl_->freq_infos;
516 return comm::RetCode::RET_OK;
517}
518
519comm::RetCode TopicConfig::GetAllReplayInfo(std::vector<unique_ptr<proto::ReplayInfo> > &replay_infos) const {
520 for (auto &&replay_info : impl_->replay_infos) {

Callers 2

CheckTopicConfigMethod · 0.80
UpdateLimitInfoMethod · 0.80

Calls

no outgoing calls

Tested by 1

CheckTopicConfigMethod · 0.64