MCPcopy Create free account
hub / github.com/Shazbot/WH3-Mod-Manager / resetCounterTracking

Function resetCounterTracking

src/nodeExecutor.ts:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32// Reset counter tracking at the start of each flow execution
33export const resetCounterTracking = () => {
34 globalCounterTracking.clear();
35 console.log("Counter tracking reset for new flow execution");
36};
37
38const hotPathLog = (executionContext: FlowExecutionContext | undefined, ...args: any[]) => {
39 if (executionContext) {

Callers 2

executeNodeGraphFunction · 0.90
registerIpcMainListenersFunction · 0.85

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected