| 123 | |
| 124 | |
| 125 | GElementManagerPtr GElementManager::setThreadPool(UThreadPoolPtr ptr) { |
| 126 | CGRAPH_ASSERT_NOT_NULL_THROW_ERROR(ptr) |
| 127 | this->thread_pool_ = ptr; |
| 128 | return this; |
| 129 | } |
| 130 | |
| 131 | |
| 132 | CSize GElementManager::calcMaxParaSize() { |
nothing calls this directly
no outgoing calls
no test coverage detected