Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void MdStandardAttribute::Language(std::string language) {
42
lang_ = std::move(language);
43
}
44
45
const std::string& MdStandardAttribute::Language() const {
46
return lang_;
Callers
6
EXPORTFEATUREFUNC
Function · 0.45
MdfETag.cpp
File · 0.45
ToXml
Method · 0.45
operator==
Method · 0.45
InsertETag
Function · 0.45
FetchETag
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected