(private _options: StreamingMessageParserOptions = {})
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected