Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ GetTopicID
Method
GetTopicID
phxqueue/producer/selector.cpp:246–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
int StoreSelectorDefault::GetTopicID() {
247
return impl_->topic_id;
248
}
249
250
int StoreSelectorDefault::GetPubID() {
251
return impl_->pub_id;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected