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

Function getAndClearTermCommandsDurable

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

Source from the content-addressed store, hash-verified

101}
102
103export function getAndClearTermCommandsDurable(): number {
104 const count = termCommandsDurable;
105 termCommandsDurable = 0;
106 return count;
107}

Callers 1

logActiveStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected