MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / getIterator

Method getIterator

src/app/ui/file_selector.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 bool isValid() const { return !m_isNull; }
63
64 iterator getIterator() {
65 ASSERT(!m_isNull);
66 return m_iterator;
67 }
68
69 void setIterator(const iterator& it) {
70 m_isNull = false;

Callers 4

onGoBackMethod · 0.80
onGoForwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected