Returns true iff the path is "".
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected