Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ getUUID
Method
getUUID
src/InterfaceAttr.cpp:140–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
std::string InterfaceAttr::getUUID() const {
141
return StringConverter::stringFormat(
"50c958a8-e839-4b96-b7ae-%1"
, _macAddr);
142
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected