MCPcopy Create free account
hub / github.com/apohl79/audiogridder / shouldExclude

Method shouldExclude

Server/Source/Server.cpp:486–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected