Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
void HdComment::RecorderUuid(std::string uuid) {
76
AddProperty({std::string(kRecorderUuid), std::move(uuid)});
77
}
78
79
std::string HdComment::RecorderUuid() const {
80
return GetPropertyValue<std::string>(std::string(kRecorderUuid));
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64