MCPcopy 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
38String toString(Storage::Device::Type type)
39{
40 return typeStrings[unsigned(type)];
41}
42
43String toLongString(Storage::Device::Type type)
44{

Callers 1

loadPartitionsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected