MCPcopy Create free account
hub / github.com/alibaba/libgrape-lite / size

Method size

grape/utils/string_view_vector.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 size_t size() const {
50 assert(offsets_.size() > 0);
51 return offsets_.size() - 1;
52 }
53
54 nonstd::string_view operator[](size_t index) const {
55 size_t from = offsets_[index];

Callers 5

push_backMethod · 0.45
emplace_backMethod · 0.45
serializeMethod · 0.45
sizeMethod · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected