Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CalculateLineHeights
Function · 0.80
DrawSText
Function · 0.80
CheckStoreBtn
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected