Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
String Partition::getDeviceName() const
182
{
183
return mDevice ? mDevice->getName() : nullptr;
184
}
185
186
size_t Partition::getBlockSize() const
187
{
Callers
1
printPart
Function · 0.80
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected