Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/braft
/ join
Method
join
test/test_snapshot_executor.cpp:208–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
void MockSnapshotCopier::cancel() {}
207
208
void MockSnapshotCopier::join() {
209
bthread_join(_tid, NULL);
210
}
211
212
SnapshotReader* MockSnapshotCopier::get_reader() { return _reader; }
213
Callers
4
TEST_F
Function · 0.45
TEST_P
Function · 0.45
stop
Method · 0.45
stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected