Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ FactoryList
Method
FactoryList
phxqueue/comm/handler.h:87–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
class FactoryList {
86
public:
87
FactoryList() {}
88
~FactoryList() {
89
typename FList::iterator it;
90
for (it = list_.begin(); list_.end() != it; ++it) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected