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

Function listStr

io/StacReader.cpp:326–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326std::string listStr(std::string key, std::vector<RegEx> ids)
327{
328 std::stringstream s;
329 s << key << ": [";
330 for (auto& id: ids)
331 s << id.m_str << ", ";
332 s.seekp(-2, std::ios_base::end);
333 s << "]" << std::endl;
334 return s.str();
335}
336
337void StacReader::Private::initializeArgs()
338{

Callers 1

initializeArgsMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected