MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / MockAbstractController

Method MockAbstractController

cpp/test/mocks.h:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 MOCK_METHOD(void, MsgOut, (), ());
176
177 MockAbstractController() : AbstractController(*mock_bus, 0, 32) {}
178 explicit MockAbstractController(int target_id) : AbstractController(*mock_bus, target_id, 32) {
179 AllocateBuffer(512);
180 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected