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

Method Language

lib/mdflib/mdflib/src/mdstandardattribute.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void MdStandardAttribute::Language(std::string language) {
42 lang_ = std::move(language);
43}
44
45const std::string& MdStandardAttribute::Language() const {
46 return lang_;

Callers 6

EXPORTFEATUREFUNCFunction · 0.45
MdfETag.cppFile · 0.45
ToXmlMethod · 0.45
operator==Method · 0.45
InsertETagFunction · 0.45
FetchETagFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected