| 106 | } |
| 107 | |
| 108 | bool common_arg::in_example(enum llama_example ex) { |
| 109 | return examples.find(ex) != examples.end(); |
| 110 | } |
| 111 | |
| 112 | bool common_arg::is_exclude(enum llama_example ex) { |
| 113 | return excludes.find(ex) != excludes.end(); |
no test coverage detected