Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ getAndClearTermCommandsWsl
Function
getAndClearTermCommandsWsl
emain/emain-activity.ts:93–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
export
function
getAndClearTermCommandsWsl(): number {
94
const
count = termCommandsWsl;
95
termCommandsWsl = 0;
96
return
count;
97
}
98
99
export
function
incrementTermCommandsDurable() {
100
termCommandsDurable++;
Callers
1
logActiveState
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected