MCPcopy Create free account
hub / github.com/bytedance/bolt / SetUp

Method SetUp

bolt/exec/tests/SortBufferTest.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47class SortBufferTest : public OperatorTestBase {
48 protected:
49 void SetUp() override {
50 filesystems::registerLocalFileSystem();
51 if (!isRegisteredVectorSerde()) {
52 this->registerVectorSerde();
53 }
54 rng_.seed(123);
55 }
56
57 void TearDown() override {
58 pool_.reset();

Callers

nothing calls this directly

Calls 4

registerLocalFileSystemFunction · 0.85
isRegisteredVectorSerdeFunction · 0.85
registerVectorSerdeMethod · 0.45
seedMethod · 0.45

Tested by

no test coverage detected