MCPcopy 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
73export function getAndClearTermCommandsRun(): number {
74 const count = termCommandsRun;
75 termCommandsRun = 0;
76 return count;
77}
78
79export function incrementTermCommandsRemote() {
80 termCommandsRemote++;

Callers 1

logActiveStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected