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

Method RecorderUuid

lib/mdflib/mdflib/src/hdcomment.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void HdComment::RecorderUuid(std::string uuid) {
76 AddProperty({std::string(kRecorderUuid), std::move(uuid)});
77}
78
79std::string HdComment::RecorderUuid() const {
80 return GetPropertyValue<std::string>(std::string(kRecorderUuid));

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64