MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getAllPerformedTasks

Method getAllPerformedTasks

valdi/test/utils/RequestManagerMock.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128std::vector<Shared<RequestTask>> RequestManagerMock::getAllPerformedTasks() const {
129 std::vector<Shared<RequestTask>> tasks;
130 _queue->sync([&]() { tasks = _tasks; });
131 return tasks;
132}
133
134} // namespace ValdiTest

Callers 2

TEST_FFunction · 0.80
TESTFunction · 0.80

Calls 1

syncMethod · 0.45

Tested by

no test coverage detected