MCPcopy Create free account
hub / github.com/PDAL/PDAL / getJSON

Function getJSON

test/unit/PolygonTest.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54std::string getJSON()
55{
56 return FileUtils::readFileIntoString(
57 Support::datapath("autzen/autzen-selection.json"));
58}
59
60TEST(PolygonTest, test_wkt_in)
61{

Callers 1

TESTFunction · 0.85

Calls 2

readFileIntoStringFunction · 0.85
datapathFunction · 0.85

Tested by

no test coverage detected