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

Method fetchJson

io/I3SReader.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106std::string I3SInterface::fetchJson(std::string filepath)
107{
108 filepath = m_filename + "/layers/0/" + filepath;
109 return m_arbiter.get(filepath);
110}
111
112
113std::vector<char> I3SInterface::fetchBinary(std::string url,

Callers 1

readyMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected