MCPcopy Create free account
hub / github.com/0xemmkty/QuantMuse / SetUp

Method SetUp

backend/tests/test_data_loader.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4class DataLoaderTest : public ::testing::Test {
5protected:
6 void SetUp() override {
7 data_loader_ = std::make_unique<trading::DataLoader>();
8 }
9
10 std::unique_ptr<trading::DataLoader> data_loader_;
11};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected