Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ getAndClearTermCommandsRun
Function
getAndClearTermCommandsRun
emain/emain-activity.ts:73–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
export
function
getAndClearTermCommandsRun(): number {
74
const
count = termCommandsRun;
75
termCommandsRun = 0;
76
return
count;
77
}
78
79
export
function
incrementTermCommandsRemote() {
80
termCommandsRemote++;
Callers
1
logActiveState
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected