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

Function incrementTermCommandsDurable

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

Source from the content-addressed store, hash-verified

97}
98
99export function incrementTermCommandsDurable() {
100 termCommandsDurable++;
101}
102
103export function getAndClearTermCommandsDurable(): number {
104 const count = termCommandsDurable;

Callers 1

initIpcHandlersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected