MCPcopy Create free account
hub / github.com/crosire/reshade / get_text

Method get_text

source/imgui_code_editor.cpp:1071–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071std::string reshade::imgui::code_editor::get_text() const
1072{
1073 return get_text(0, _lines.size());
1074}
1075std::string reshade::imgui::code_editor::get_text(const text_pos &beg, const text_pos &end) const
1076{
1077 // Calculate length of text to pre-allocate memory before building the string

Callers 1

draw_code_editorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected