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

Method DataLoader

backend/src/data_loader.cpp:107–107  ·  view source on GitHub ↗

DataLoader类的实现

Source from the content-addressed store, hash-verified

105
106// DataLoader类的实现
107DataLoader::DataLoader() : pimpl_(std::make_unique<Impl>()) {}
108DataLoader::~DataLoader() = default;
109
110MarketData DataLoader::loadMarketData(const std::string& symbol) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected