Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
void translateText(std::string &text) {
9
for (auto &c: text) {
10
if (c ==
'\n'
) {
11
c =
' '
;
12
}
13
}
14
}
15
16
int EmmyTool::Launch() {
17
std::string dllDirectory = _cmd.Get<std::string>(
"dir"
);
Callers
1
ListProcesses
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected