| 25 | |
| 26 | |
| 27 | GElementRepositoryPtr GElementRepository::setThreadPool(UThreadPoolPtr ptr) { |
| 28 | CGRAPH_ASSERT_NOT_NULL_THROW_ERROR(ptr) |
| 29 | for (auto& cur : this->elements_) { |
| 30 | cur->setThreadPool(ptr); |
| 31 | } |
| 32 | return this; |
| 33 | } |
| 34 | |
| 35 | |
| 36 | CStatus GElementRepository::setup() { |
nothing calls this directly
no outgoing calls
no test coverage detected