MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / option

Method option

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

Source from the content-addressed store, hash-verified

71 , m_value(value) {
72 }
73 const Option* option() const { return m_option; }
74 const std::string& value() const { return m_value; }
75 private:
76 Option* m_option;

Callers 4

TESTFunction · 0.80
enabledMethod · 0.80
value_ofMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64