Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ back
Method
back
Source/array_view.h:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
return operator[](0);
105
}
106
constexpr const_reference back() const {
107
return operator[](size() - 1);
108
}
109
constexpr const_pointer data() const noexcept {
110
return data_;
111
}
Callers
8
SaveRedoState
Method · 0.80
RestoreRedoState
Method · 0.80
UpdateViews
Method · 0.80
LoadSongInfo
Method · 0.80
ParseParam
Method · 0.80
dump
Method · 0.80
dump_escaped
Method · 0.80
pop_back
Method · 0.80
Calls
1
size
Function · 0.85
Tested by
no test coverage detected