MCPcopy Create free account
hub / github.com/experdot/pointer /

Class

src/renderer/src/components/pages/chat/messageTree.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export class MessageTree {
10 private messageMap: Map<string, ChatMessage> = new Map()
11 private root: MessageTreeNode | null = null
12 private currentPath: string[] = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected