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

Interface MessageState

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

Source from the content-addressed store, hash-verified

43}
44
45interface MessageState {
46 position: number;
47 insideArtifact: boolean;
48 insideAction: boolean;
49 currentArtifact?: BoltArtifactData;
50 currentAction: BoltActionData;
51 actionId: number;
52}
53
54export class StreamingMessageParser {
55 #messages = new Map<string, MessageState>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected