MCPcopy Create free account
hub / github.com/comaps/comaps / Do

Method Do

libs/base/base_tests/threads_test.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 explicit ReaderThread(Vector & vec) : m_vec(vec) {}
32
33 virtual void Do()
34 {
35 for (size_t i = 0; i < m_vec.size(); ++i)
36 checkSumm += m_vec[i];
37 }
38 Vector & m_vec;
39};
40

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected