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

Method Arguments

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

Source from the content-addressed store, hash-verified

8437class Arguments {
8438 public:
8439 Arguments() { args_.push_back(nullptr); }
8440
8441 ~Arguments() {
8442 for (std::vector<char*>::iterator i = args_.begin(); i != args_.end();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected