MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / empty

Method empty

source/core/StarStringView.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool StringView::empty() const {
69 return m_view.empty();
70}
71
72StringView::Char StringView::operator[](size_t index) const {
73 auto it = begin();

Callers 6

endsWithMethod · 0.45
beginsWithMethod · 0.45
forEachSplitAnyViewMethod · 0.45
forEachSplitViewMethod · 0.45
findMethod · 0.45
findLastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected