Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
inline bool Option::is_required() const
130
{
131
return _is_required;
132
}
133
134
inline bool Option::is_set() const
135
{
Callers
1
validate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected