MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / in_example

Method in_example

common/arg.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

write_helpFunction · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected