MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / in_example

Method in_example

subprojects/llama.cpp/common/arg.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

Calls 2

findMethod · 0.65
endMethod · 0.45

Tested by

no test coverage detected