MCPcopy
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
69export function incrementTermCommandsRun() {
70 termCommandsRun++;
71}
72
73export function getAndClearTermCommandsRun(): number {
74 const count = termCommandsRun;

Callers 1

initIpcHandlersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected