| 166 | storage::MemoryManager* mm); |
| 167 | |
| 168 | BaseBFSGraph* getCurrentGraph() const { |
| 169 | DASSERT(curGraph); |
| 170 | return curGraph; |
| 171 | } |
| 172 | |
| 173 | void switchToDense(processor::ExecutionContext* context, graph::Graph* graph); |
| 174 |
no outgoing calls
no test coverage detected