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

Method KeyValue

Source/Utils/cxxopts.hpp:1420–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418 {
1419 public:
1420 KeyValue(std::string key_, std::string value_)
1421 : m_key(std::move(key_))
1422 , m_value(std::move(value_))
1423 {
1424 }
1425
1426 CXXOPTS_NODISCARD
1427 const std::string&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected