MCPcopy Create free account
hub / github.com/aseprite/laf / doesRequireValue

Method doesRequireValue

base/program_options.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 const std::string& getValueName() const { return m_valueName; }
43 char mnemonic() const { return m_mnemonic; }
44 bool doesRequireValue() const { return !m_valueName.empty(); }
45 // Setters
46 Option& alias(const std::string& alias)
47 {

Callers 3

TESTFunction · 0.80
parseMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

TESTFunction · 0.64