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