MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / RunCommandLineConfig

Function RunCommandLineConfig

SpeedTest/main.cpp:64–70  ·  view source on GitHub ↗

* If there is command line args, run what command line specified. */

Source from the content-addressed store, hash-verified

62 * If there is command line args, run what command line specified.
63 */
64static void RunCommandLineConfig(...)
65{
66 if (absl::GetFlag(FLAGS_generate_random_files))
67 TestFactory{} << Random4KFiles{};
68 if (absl::GetFlag(FLAGS_generate_big_files))
69 TestFactory{} << BigFile{};
70}
71
72
73#include <wil/com.h>

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected