MCPcopy Create free account
hub / github.com/Adlik/Adlik / back

Method back

cub/string/string_view.cc:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49char StringView::back() const {
50 return data_[size_ - 1];
51}
52
53char StringView::operator[](size_t n) const {
54 return data_[n];

Callers 7

normalizeMethod · 0.80
normalizeMethod · 0.80
processBatchMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
getBatchSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected