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