Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ toString
Function
toString
Sming/Components/Storage/src/Device.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
} // namespace
37
38
String toString(Storage::Device::Type type)
39
{
40
return typeStrings[unsigned(type)];
41
}
42
43
String toLongString(Storage::Device::Type type)
44
{
Callers
1
loadPartitions
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected