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

Class

app/lib/runtime/message-parser.ts:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54export class StreamingMessageParser {
55 #messages = new Map<string, MessageState>();
56
57 constructor(private _options: StreamingMessageParserOptions = {}) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected