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

Method name

utils/command_line/Option.h:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114inline std::string Option::name() const
115{
116 return _name;
117}
118
119inline void Option::set_required(bool is_required)
120{

Callers 3

validateMethod · 0.45
print_helpMethod · 0.45
helpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected