Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getText
Method
getText
forms/textedit.cpp:220–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
void TextEdit::unloadResources() {}
219
220
UString TextEdit::getText() const { return to_ustring(text); }
221
222
void TextEdit::setText(const UString &Text)
223
{
Callers
nothing calls this directly
Calls
1
to_ustring
Function · 0.85
Tested by
no test coverage detected