MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / translateText

Function translateText

emmy_tool/src/windows/emmy_tool.windows.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8void translateText(std::string &text) {
9 for (auto &c: text) {
10 if (c == '\n') {
11 c = ' ';
12 }
13 }
14}
15
16int EmmyTool::Launch() {
17 std::string dllDirectory = _cmd.Get<std::string>("dir");

Callers 1

ListProcessesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected