MCPcopy Create free account
hub / github.com/apache/incubator-pegasus / size

Method size

src/utils/string_view.h:250–250  ·  view source on GitHub ↗

string_view::size() Returns the number of characters in the `string_view`.

Source from the content-addressed store, hash-verified

248 //
249 // Returns the number of characters in the `string_view`.
250 constexpr size_type size() const noexcept { return length_; }
251
252 // string_view::length()
253 //

Callers 2

string_viewMethod · 0.45
operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected