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

Function ClearInjectableArgvs

tests/gtest/gtest-all.cc:10963–10966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10961}
10962
10963void ClearInjectableArgvs() {
10964 delete g_injected_test_argvs;
10965 g_injected_test_argvs = nullptr;
10966}
10967#endif // GTEST_HAS_DEATH_TEST
10968
10969#if GTEST_OS_WINDOWS_MOBILE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected