MCPcopy
hub / github.com/wavetermdev/waveterm / incrementTermCommandsRemote

Function incrementTermCommandsRemote

emain/emain-activity.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79export function incrementTermCommandsRemote() {
80 termCommandsRemote++;
81}
82
83export function getAndClearTermCommandsRemote(): number {
84 const count = termCommandsRemote;

Callers 1

initIpcHandlersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected