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

Method empty

include/mesos/resources.hpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 }
450
451 bool empty() const
452 {
453 return resourcesNoMutationWithoutExclusiveOwnership.size() == 0;
454 }
455
456 size_t size() const
457 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected