| 542 | bool has_parent() const { return !path.empty(); } |
| 543 | |
| 544 | bool empty() const { return container.empty() && path.empty(); } |
| 545 | |
| 546 | bool operator==(const AzureLocation& other) const { |
| 547 | return container == other.container && path == other.path; |
no outgoing calls
no test coverage detected