MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / empty

Method empty

proto/fbe.h:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 const uint8_t& operator[](size_t index) const { return _data[index]; }
87
88 bool empty() const { return _data.empty(); }
89 size_t capacity() const { return _data.capacity(); }
90 size_t size() const { return _data.size(); }
91 size_t max_size() const { return _data.max_size(); }

Callers 15

GenerateEnumMethod · 0.45
GenerateFlagsMethod · 0.45
GenerateStructMethod · 0.45
ConvertEnumConstantMethod · 0.45
GenerateMethod · 0.45
GenerateImportsMethod · 0.45
GenerateContainersMethod · 0.45
GeneratePackageMethod · 0.45
GenerateEnumMethod · 0.45
GenerateEnumClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected