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

Method getDeviceName

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

Source from the content-addressed store, hash-verified

179}
180
181String Partition::getDeviceName() const
182{
183 return mDevice ? mDevice->getName() : nullptr;
184}
185
186size_t Partition::getBlockSize() const
187{

Callers 1

printPartFunction · 0.80

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected