Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
char StringView::back() const {
50
return data_[size_ - 1];
51
}
52
53
char StringView::operator[](size_t n) const {
54
return data_[n];
Callers
7
normalize
Method · 0.80
normalize
Method · 0.80
processBatch
Method · 0.80
init
Method · 0.80
init
Method · 0.80
init
Method · 0.80
getBatchSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected