allows the user to add procedurally to the filters from the command line
| 6762 | |
| 6763 | // allows the user to add procedurally to the filters from the command line |
| 6764 | void Context::addFilter(const char* filter, const char* value) { setOption(filter, value); } |
| 6765 | |
| 6766 | // allows the user to clear all filters from the command line |
| 6767 | void Context::clearFilters() { |
nothing calls this directly
no outgoing calls
no test coverage detected