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

Function IsEmpty

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

Returns true iff the path is "".

Source from the content-addressed store, hash-verified

3057
3058 // Returns true iff the path is "".
3059 bool IsEmpty() const { return pathname_.empty(); }
3060
3061 // If input name has a trailing separator character, removes it and returns
3062 // the name, otherwise return the name string unmodified.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected