MCPcopy Index your code
hub / github.com/stackblitz/bolt.new / reset

Method reset

app/lib/runtime/message-parser.ts:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 reset() {
238 this.#messages.clear();
239 }
240
241 #parseActionTag(input: string, actionOpenIndex: number, actionEndIndex: number) {
242 const actionTag = input.slice(actionOpenIndex, actionEndIndex + 1);

Callers 1

useMessageParserFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected