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

Method execute

kernels/InfoKernel.cpp:372–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372int InfoKernel::execute()
373{
374 std::string filename = (m_usestdin ? std::string("STDIN") : m_inputFile);
375 MetadataNode root = run(filename);
376 Utils::toJSON(root, std::cout);
377
378 return 0;
379}
380
381
382} // namespace pdal

Callers 1

runMethod · 0.45

Calls 2

toJSONFunction · 0.85
runFunction · 0.50

Tested by

no test coverage detected