MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / main

Function main

tests/main.cpp:27–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int main(int argc, char** argv)
28{
29 parse_args(argc, argv);
30 Aws::SDKOptions options;
31 options.loggingOptions.logLevel = Aws::Utils::Logging::LogLevel::Warn;
32 options.loggingOptions.logger_create_fn = get_console_logger_factory();
33 Aws::InitAPI(options);
34 ::testing::InitGoogleTest(&argc, argv);
35 int exit_code = RUN_ALL_TESTS();
36 Aws::ShutdownAPI(options);
37 return exit_code;
38}

Callers

nothing calls this directly

Calls 4

parse_argsFunction · 0.85
InitGoogleTestFunction · 0.85
RUN_ALL_TESTSFunction · 0.85

Tested by

no test coverage detected