| 454 | } |
| 455 | |
| 456 | size_t size() const |
| 457 | { |
| 458 | return resourcesNoMutationWithoutExclusiveOwnership.size(); |
| 459 | } |
| 460 | |
| 461 | // Checks if this Resources is a superset of the given Resources. |
| 462 | bool contains(const Resources& that) const; |
no outgoing calls
no test coverage detected