MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / is_set

Method is_set

utils/command_line/Option.h:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134inline bool Option::is_set() const
135{
136 return _is_set;
137}
138} // namespace utils
139} // namespace arm_compute
140#endif /* ARM_COMPUTE_UTILS_OPTIONBASE */

Callers 15

validateMethod · 0.80
mainFunction · 0.80
create_printersMethod · 0.80
run_exampleFunction · 0.80
do_setupMethod · 0.80
consume_paramsMethod · 0.80
run_exampleFunction · 0.80
do_setupMethod · 0.80
do_setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected