| 155 | private: |
| 156 | BgFetchStates() : _lock(TSMutexCreate()) {} |
| 157 | ~BgFetchStates() { TSMutexDestroy(_lock); } |
| 158 | static BgFetchStates *_prefetchStates; |
| 159 | |
| 160 | std::map<String, BgFetchState *> _states; /* stores pointers to states per namespace */ |
nothing calls this directly
no test coverage detected