Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ incrementTermCommandsRemote
Function
incrementTermCommandsRemote
emain/emain-activity.ts:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
export
function
incrementTermCommandsRemote() {
80
termCommandsRemote++;
81
}
82
83
export
function
getAndClearTermCommandsRemote(): number {
84
const
count = termCommandsRemote;
Callers
1
initIpcHandlers
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected