| 390 | } |
| 391 | |
| 392 | bool Database::includeCallstack(const CallStack &callstack) const |
| 393 | { |
| 394 | if (currentRoot) |
| 395 | return std::find(callstack.symbols.begin(), callstack.symbols.end(), currentRoot) != callstack.symbols.end(); |
| 396 | return true; |
| 397 | } |
| 398 | |
| 399 | void Database::scanMainList() |
| 400 | { |
nothing calls this directly
no outgoing calls
no test coverage detected