MCPcopy Create free account
hub / github.com/bab2min/tomotopy / rbegin

Method rbegin

src/python/handler/py_utils.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 auto rbegin() const -> decltype(raw.words.rbegin())
127 {
128 return raw.words.rbegin();
129 }
130
131 auto rend() const -> decltype(raw.words.rend())
132 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected