Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ execute
Method
execute
tests/HostTests/modules/Storage.cpp:54–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void execute() override
55
{
56
auto dev = new TestDevice;
57
REQUIRE(Storage::registerDevice(dev));
58
59
listPartitions();
60
61
delete dev;
62
}
63
64
void listPartitions()
65
{
Callers
nothing calls this directly
Calls
2
registerDevice
Function · 0.85
listPartitions
Function · 0.85
Tested by
no test coverage detected