MCPcopy 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

registerDeviceFunction · 0.85
listPartitionsFunction · 0.85

Tested by

no test coverage detected