Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ appendConsole
Method
appendConsole
src/plugins/console/consolemanager.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void ConsoleManagerPrivate::appendConsole()
118
{
119
q->createConsole(ConsoleManager::tr(
"New Terminal"
));
120
}
121
122
void ConsoleManagerPrivate::removeConsole()
123
{
Callers
nothing calls this directly
Calls
1
createConsole
Method · 0.80
Tested by
no test coverage detected