MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / ConstTextValue

Method ConstTextValue

lib/mdflib/mdflib/src/hocompuscale.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void HoCompuScale::ConstTextValue(std::string value) {
35 const_text_value_ = std::move(value);
36}
37
38std::string HoCompuScale::ConstTextValue() const {
39 return const_text_value_.has_value() ? const_text_value_.value() : std::string();

Callers 1

TESTFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by 1

TESTFunction · 0.64