Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
std::string I3SInterface::fetchJson(std::string filepath)
107
{
108
filepath = m_filename +
"/layers/0/"
+ filepath;
109
return m_arbiter.get(filepath);
110
}
111
112
113
std::vector<char> I3SInterface::fetchBinary(std::string url,
Callers
1
ready
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected