MCPcopy 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

206void MockSnapshotCopier::cancel() {}
207
208void MockSnapshotCopier::join() {
209 bthread_join(_tid, NULL);
210}
211
212SnapshotReader* MockSnapshotCopier::get_reader() { return _reader; }
213

Callers 4

TEST_FFunction · 0.45
TEST_PFunction · 0.45
stopMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected