MCPcopy
hub / github.com/virattt/dexter / resetTurnStats

Method resetTurnStats

src/controllers/agent-runner.ts:219–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217 }
218
219 private resetTurnStats() {
220 this.turnStartMsValue = null;
221 this.streamedCharsValue = 0;
222 this.streamModeValue = null;
223 }
224
225 private requestToolApproval = (request: { tool: string; args: Record<string, unknown> }) => {
226 return new Promise<ApprovalDecision>((resolve) => {

Callers 3

cancelExecutionMethod · 0.95
runQueryMethod · 0.95
handleEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected