MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / in_example

Method in_example

smallthinker/common/arg.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool common_arg::in_example(enum llama_example ex) {
89 return examples.find(ex) != examples.end();
90}
91
92bool common_arg::is_exclude(enum llama_example ex) {
93 return excludes.find(ex) != excludes.end();

Callers 4

export_mdFunction · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected