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

Method longTypeString

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

Source from the content-addressed store, hash-verified

134}
135
136String Partition::longTypeString() const
137{
138 return toLongString(type(), subType());
139}
140
141bool Partition::verify(Partition::Type type, uint8_t subtype) const
142{

Callers

nothing calls this directly

Calls 1

toLongStringFunction · 0.70

Tested by

no test coverage detected