MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / empty

Method empty

lib/core/bytes.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 return _high - _low;
35 }
36 bool empty() const
37 {
38 return _high == _low;
39 }
40
41 bool operator==(const Bytes& other) const
42 {

Callers 6

LogRendererImplClass · 0.45
validateAndThrowMethod · 0.45
findOptionMethod · 0.45
applyOptionsFileMethod · 0.45
findAllProtoFieldsFunction · 0.45
parseFlagsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected