MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / data

Method data

include/stringzilla/stringzilla.hpp:2914–2914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2912 const_reference back() const noexcept sz_lifetime_bound_ { return string_.internal.start[size() - 1]; }
2913 pointer data() noexcept sz_lifetime_bound_ { return string_.internal.start; }
2914 const_pointer data() const noexcept sz_lifetime_bound_ { return string_.internal.start; }
2915 pointer c_str() noexcept sz_lifetime_bound_ { return string_.internal.start; }
2916 const_pointer c_str() const noexcept sz_lifetime_bound_ { return string_.internal.start; }
2917

Callers 15

basic_look_up_tableMethod · 0.45
operator!=Method · 0.45
operator==Method · 0.45
endMethod · 0.45
operator!=Method · 0.45
operator==Method · 0.45
endMethod · 0.45
iteratorMethod · 0.45
iteratorMethod · 0.45
endMethod · 0.45
iteratorMethod · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected