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

Method implicit_value

Source/Utils/cxxopts.hpp:1108–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106 }
1107
1108 std::shared_ptr<Value>
1109 implicit_value(const std::string& value) override
1110 {
1111 m_implicit = true;
1112 m_implicit_value = value;
1113 return shared_from_this();
1114 }
1115
1116 std::shared_ptr<Value>
1117 no_implicit_value() override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected