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

Function main

apps/pdal.cpp:307–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305int wmain( int argc, wchar_t *argv[ ], wchar_t *envp[ ] )
306#else
307int main(int argc, char *argv[])
308#endif
309{
310 App pdal;
311
312 StringList cmdArgs;
313 for (int i = 1; i < argc; ++i)
314 cmdArgs.push_back(pdal::FileUtils::fromNative(argv[i]));
315 return pdal.execute(cmdArgs, logPtr);
316}
317
318
319int App::execute(StringList& cmdArgs, LogPtr& log)

Callers

nothing calls this directly

Calls 2

fromNativeFunction · 0.85
executeMethod · 0.45

Tested by

no test coverage detected