MCPcopy 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

SaveRedoStateMethod · 0.80
RestoreRedoStateMethod · 0.80
UpdateViewsMethod · 0.80
LoadSongInfoMethod · 0.80
ParseParamMethod · 0.80
dumpMethod · 0.80
dump_escapedMethod · 0.80
pop_backMethod · 0.80

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected