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

Method original_working_dir

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

Returns the working directory when the first TEST() or TEST_F() was executed.

Source from the content-addressed store, hash-verified

6359// Returns the working directory when the first TEST() or TEST_F() was
6360// executed.
6361const char* UnitTest::original_working_dir() const {
6362 return impl_->original_working_dir_.c_str();
6363}
6364
6365// Returns the TestSuite object for the test that's currently running,
6366// or NULL if no test is running.

Callers 4

AssumeRoleMethod · 0.80
ExecDeathTestChildMainFunction · 0.80
ExecDeathTestSpawnChildFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected