| 484 | } |
| 485 | |
| 486 | bool Server::shouldExclude(const String& name, const String& id) { |
| 487 | traceScope(); |
| 488 | return shouldExclude(name, id, {}); |
| 489 | } |
| 490 | |
| 491 | bool Server::shouldExclude(const String& name, const String& id, const std::vector<String>& include) { |
| 492 | traceScope(); |