MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / default_value

Method default_value

Source/Utils/cxxopts.hpp:1100–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098 }
1099
1100 std::shared_ptr<Value>
1101 default_value(const std::string& value) override
1102 {
1103 m_default = true;
1104 m_default_value = value;
1105 return shared_from_this();
1106 }
1107
1108 std::shared_ptr<Value>
1109 implicit_value(const std::string& value) override

Callers 1

PrepareOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected