MCPcopy Create free account
hub / github.com/Compaile/ctrack / addFilter

Method addFilter

test/doctest.h:6764–6764  ·  view source on GitHub ↗

allows the user to add procedurally to the filters from the command line

Source from the content-addressed store, hash-verified

6762
6763// allows the user to add procedurally to the filters from the command line
6764void Context::addFilter(const char* filter, const char* value) { setOption(filter, value); }
6765
6766// allows the user to clear all filters from the command line
6767void Context::clearFilters() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected