MCPcopy
hub / github.com/thesysdev/openui / reset

Function reset

packages/lang-core/src/parser/parser.ts:603–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601 }
602
603 function reset() {
604 buf = "";
605 cleaned = "";
606 completedEnd = 0;
607 completedStmtMap.clear();
608 completedCount = 0;
609 firstId = "";
610 }
611
612 return {
613 push(chunk) {

Callers 2

setFunction · 0.85
StreamingComparisonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected