Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ clearTerminal
Function
clearTerminal
frontend/src/hooks/useTerminal.ts:338–340 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
336
};
337
338
const
clearTerminal = () => {
339
terminal.value?.clear();
340
};
341
342
events.on(
"stdout"
, (v: StdoutData) => {
343
if
(state.value?.config?.terminalOption?.haveColor) {
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected