MCPcopy Create free account
hub / github.com/SmingHub/Sming / typeString

Method typeString

Sming/Components/Storage/src/Partition.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131String Partition::typeString() const
132{
133 return toString(type(), subType());
134}
135
136String Partition::longTypeString() const
137{

Callers 1

findDefaultPartitionFunction · 0.80

Calls 1

toStringFunction · 0.70

Tested by

no test coverage detected