Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ load_test_data
Method
load_test_data
src/test/test_not_before_queue.cc:76–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
while (queue.dequeue()) {}
75
}
76
void load_test_data(const std::vector<tv_t> &dt) {
77
for (const auto &d : dt) {
78
queue.enqueue(d);
79
}
80
}
81
82
protected:
83
queue_t queue;
Callers
nothing calls this directly
Calls
1
enqueue
Method · 0.45
Tested by
no test coverage detected