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

Function c_str

tests/gtest/gtest.h:3026–3026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3024
3025 const std::string& string() const { return pathname_; }
3026 const char* c_str() const { return pathname_.c_str(); }
3027
3028 // Returns the current working directory, or "" if unsuccessful.
3029 static FilePath GetCurrentDir();

Callers 2

FindLastPathSeparatorMethod · 0.85
RemoveFileNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected