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

Method Argv

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

Source from the content-addressed store, hash-verified

8457 }
8458 }
8459 char* const* Argv() {
8460 return &args_[0];
8461 }
8462
8463 int size() {
8464 return args_.size() - 1;

Callers 1

AssumeRoleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected