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

Method is_required

utils/command_line/Option.h:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129inline bool Option::is_required() const
130{
131 return _is_required;
132}
133
134inline bool Option::is_set() const
135{

Callers 1

validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected