MCPcopy 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
43String toLongString(Storage::Device::Type type)
44{
45 return longTypeStrings[unsigned(type)];
46}
47
48namespace Storage
49{

Callers 1

verifyRomsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected