Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ getAndClearTermCommandsRemote
Function
getAndClearTermCommandsRemote
emain/emain-activity.ts:83–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
export
function
getAndClearTermCommandsRemote(): number {
84
const
count = termCommandsRemote;
85
termCommandsRemote = 0;
86
return
count;
87
}
88
89
export
function
incrementTermCommandsWsl() {
90
termCommandsWsl++;
Callers
1
logActiveState
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected