MCPcopy Create free account
hub / github.com/Lwhyz/workspace / length

Method length

include/workspace/taskqueue.hpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 return false;
50 }
51 size_type length() {
52 std::lock_guard<std::mutex> lock(tq_lok);
53 return q.size();
54 }
55};
56
57} // namespace details

Callers 1

num_tasksMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected