MCPcopy Create free account
hub / github.com/stackblitz/bolt.new / constructor

Method constructor

app/lib/runtime/message-parser.ts:57–57  ·  view source on GitHub ↗
(private _options: StreamingMessageParserOptions = {})

Source from the content-addressed store, hash-verified

55 #messages = new Map<string, MessageState>();
56
57 constructor(private _options: StreamingMessageParserOptions = {}) {}
58
59 parse(messageId: string, input: string) {
60 let state = this.#messages.get(messageId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected