MCPcopy Create free account
hub / github.com/apache/mesos / size

Method size

include/mesos/resources.hpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 4

filterMethod · 0.95
filterMethod · 0.95
emptyMethod · 0.45
operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected