MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / getAndClearTermCommandsRemote

Function getAndClearTermCommandsRemote

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

Source from the content-addressed store, hash-verified

81}
82
83export function getAndClearTermCommandsRemote(): number {
84 const count = termCommandsRemote;
85 termCommandsRemote = 0;
86 return count;
87}
88
89export function incrementTermCommandsWsl() {
90 termCommandsWsl++;

Callers 1

logActiveStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected