Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ incrementTermCommandsRun
Function
incrementTermCommandsRun
emain/emain-activity.ts:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
export
function
incrementTermCommandsRun() {
70
termCommandsRun++;
71
}
72
73
export
function
getAndClearTermCommandsRun(): number {
74
const
count = termCommandsRun;
Callers
1
initIpcHandlers
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected