MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / getText

Method getText

plugins/Cardinal/src/ImGuiTextEditor.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111std::string ImGuiTextEditor::getText() const
112{
113 return pData->editor.GetText();
114}
115
116void ImGuiTextEditor::setTextLines(const std::vector<std::string>& lines)
117{

Callers 1

dataToJsonMethod · 0.80

Calls 1

GetTextMethod · 0.80

Tested by

no test coverage detected