Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
bool common_arg::in_example(enum llama_example ex) {
89
return examples.find(ex) != examples.end();
90
}
91
92
bool common_arg::is_exclude(enum llama_example ex) {
93
return excludes.find(ex) != excludes.end();
Callers
4
common_params_print_usage
Function · 0.80
common_params_print_completion
Function · 0.80
common_params_parser_init
Function · 0.80
export_md
Function · 0.80
Calls
2
find
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected