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

Function SetInjectableArgvs

tests/gtest/gtest-all.cc:10953–10956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10951}
10952
10953void SetInjectableArgvs(const std::vector<std::string>* new_argvs) {
10954 if (g_injected_test_argvs != new_argvs) delete g_injected_test_argvs;
10955 g_injected_test_argvs = new_argvs;
10956}
10957
10958void SetInjectableArgvs(const std::vector<std::string>& new_argvs) {
10959 SetInjectableArgvs(

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected