MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / hasText

Method hasText

Source/stores.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 [[nodiscard]] bool hasText() const
96 {
97 return !text.empty();
98 }
99};
100
101/** Text lines */

Callers 3

CalculateLineHeightsFunction · 0.80
DrawSTextFunction · 0.80
CheckStoreBtnFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected