MCPcopy Create free account
hub / github.com/d99kris/rapidcsv / LoadDoc

Function LoadDoc

tests/test077.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "unittest.h"
5
6rapidcsv::Document LoadDoc(const std::string& p_Path)
7{
8 rapidcsv::Document doc = rapidcsv::Document(p_Path, rapidcsv::LabelParams(0, 0));
9 return doc;
10}
11
12int main()
13{

Callers 1

test077.cppFile · 0.85

Calls 2

DocumentClass · 0.85
LabelParamsClass · 0.85

Tested by

no test coverage detected